When declaring a class template whose name is qualified, make sure
that the scope in which it is being declared is complete. Also, when instantiating a member class template's ClassTemplateDecl, be sure to delay type creation so that the resulting type is dependent. Ick. llvm-svn: 83923
Loading
Please register or sign in to comment