Posts by this author

Sep 10, 2026
Post comments count0
Post likes count2

MSVC C++23: constexpr cmath with LLVM Libc

Proposal P0533R9 made numerous math functions in the standard library compile-time evaluable in C++23. Implementing the feature required a good bit of time and effort, but MSVC is preparing its experimental implementation for the 14.52 build tools (compiler version 19.52)! We are still refining the feature, so expect the dust to settle only when th...

C++