[PATCH] [MSVC] Explicit specializations can be declared in any namespace (fix for http://llvm.org/PR13738)

Reid Kleckner rnk at google.com
Tue Mar 17 09:39:12 PDT 2015


This seems like a pretty reasonable compatibility hack, given that we already recover from the error gracefully. Richard?


REPOSITORY
  rL LLVM

================
Comment at: llvm/tools/clang/lib/Sema/SemaTemplate.cpp:5889
@@ -5886,3 +5888,3 @@
 
   return false;
 }
----------------
Hm, I guess we already recover from this error.

http://reviews.llvm.org/D8283

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the cfe-commits mailing list