-
Bug
-
Resolution: Fixed
-
Medium
-
Code Generation Tools
-
CODEGEN-11514
-
-
-
default
The compiler failed to accept this valid C++11 code:
template<typename T> constexpr bool x = T();
template<typename T> struct Y
;