site icon indicating copy to clipboard operation
site copied to clipboard

[C++20][ライブラリ] allocator、vector、stringのconstexpr対応

Open faithandbrave opened this issue 5 years ago • 2 comments

P0784R7の言語部分は完了しました。

onihusube avatar May 26 '21 07:05 onihusube

Visual Studioではconstexpr vectorとかが使えるようになっているらしく、Compiler Explorerで試せるようなので、試しながらリファレンスを書いていきます。 https://www.cppstories.com/2021/constexpr-vecstr-cpp20/

faithandbrave avatar Sep 01 '21 06:09 faithandbrave