Explore >> Select a destination


You are here

cullmann.io
| | www.foonathan.net
9.0 parsecs away

Travel
| | Let me share a useful insight with you: constexpr is a platform. Just like you write code that targets Windows or a microcontroller, you write code that targets compile-time execution. In both cases you restrict yourself to the subset of C++ that works on your target platform, use conditional compilation if your code needs to be portable, and execute it on the desired target platform. You can thus view constexpr as another platform you can target; it just so happens to be run by your compiler. This insig...
| | github.com
7.2 parsecs away

Travel
| | MSVC's implementation of the C++ Standard Library. - STL/stl/inc/vector at 530bdc5aaa8a21277e1281ad3df8b8d8433b5caa · microsoft/STL
| | hackingcpp.com
2.9 parsecs away

Travel
| | A list of the major C++ compilers in 2023.
| | zverovich.net
20.6 parsecs away

Travel
|