-
- Downloads
Fix for PR4382: allow instantiating dependent nested name specifiers.
I'm not completely sure this is the right way to fix this issue, but it seems reasonable, and it's consistent with the non-template code for this construct. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73285 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Sema/SemaTemplateInstantiate.cpp 1 addition, 1 deletionlib/Sema/SemaTemplateInstantiate.cpp
- test/SemaTemplate/instantiate-dependent-nested-name.cpp 7 additions, 0 deletionstest/SemaTemplate/instantiate-dependent-nested-name.cpp
- test/SemaTemplate/metafun-apply.cpp 2 additions, 4 deletionstest/SemaTemplate/metafun-apply.cpp
Please register or sign in to comment