-
Bug
-
Resolution: Won't Fix
-
Medium
-
Code Generation Tools
-
CODEGEN-4207
-
ARM_18.1.0.LTS
-
The following code results in an error stating that s01 requires an initializer: struct S { S() throw() = default; S(co...
-
C++14 section 8.5 paragraph 6 states that if we are to default initialize a const qualified T, then T shall be a class type with...
Compiler errors on declaration of const class object