cpprefjp / site

cpprefjpサイトのMarkdownソース
https://cpprefjp.github.io/
382 stars 157 forks source link

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

Closed faithandbrave closed 2 years ago

faithandbrave commented 5 years ago
onihusube commented 3 years ago

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

faithandbrave commented 3 years ago

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