site
site copied to clipboard
[C++20][ライブラリ] allocator、vector、stringのconstexpr対応
P0784R7の言語部分は完了しました。
Visual Studioではconstexpr vector
とかが使えるようになっているらしく、Compiler Explorerで試せるようなので、試しながらリファレンスを書いていきます。
https://www.cppstories.com/2021/constexpr-vecstr-cpp20/