http://llvm.org/bugs/show_bug.cgi?id=9273

Douglas Gregor <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Douglas Gregor <[email protected]> 2011-09-06 10:25:33 CDT 
---
Clang now correctly rejects this:


.cpp:2:15: error: explicit instantiation of 'operator_' does not refer to a
      function template, member function, member class, or static data member
template void operator_<int>(int);
              ^

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to