Skip to content
Commit 10b55fc8 authored by Richard Smith's avatar Richard Smith
Browse files

If a partial specialization of a member template is declared within a class

template and defined outside it, don't instantiate it twice when instantiating
the surrounding class template specialization. That would cause us to reject
the code because we think two partial specializations instantiated to produce
the same signature.

llvm-svn: 191418
parent fde94852
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment