C++20 Module static constexpr class member is not exported
I’m using modules with latest CMake and latest MSVC.
Most of this stuff if working nice but I’m having trouble exporting a static constexpr
symbol from my class.
I’m using modules with latest CMake and latest MSVC.
Most of this stuff if working nice but I’m having trouble exporting a static constexpr
symbol from my class.