Skip to content
Commit 6744e14d authored by Francois Pichet's avatar Francois Pichet
Browse files

In Microsoft mode, allow template function explicit specialization at class scope.

Necessary to parse MFC and MSVC standard lib code.

Example:
struct X {
  template<class T> void f(T) { }
  template<> void f(int) { } 
}

llvm-svn: 131347
parent 6db38ae0
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