-
Bug
-
Resolution: Won't Fix
-
Medium
-
Code Generation Tools
-
CODEGEN-4222
-
ARM_18.1.0.LTS
-
When utilizing static constexpr data members, the linker errors out, stating that a symbol is undefined. struct X { static cons...
-
The code sample declares a static constexpr data member, but then does not provide a definition for them, leading to link-time e...
Link failure for static constexpr class members