-
Bug
-
Resolution: Unresolved
-
Medium
-
Code Generation Tools
-
CODEGEN-3946
-
The following code emits a spurious error "template is not allowed" on the declaration of b:
template<class> struct A_ {};
:: template A_<void> b_;