[cfe-commits] r84058 - /cfe/trunk/lib/Sema/SemaDeclCXX.cpp
Douglas Gregor
dgregor at apple.com
Tue Oct 13 16:52:38 PDT 2009
Author: dgregor
Date: Tue Oct 13 18:52:38 2009
New Revision: 84058
URL: http://llvm.org/viewvc/llvm-project?rev=84058&view=rev
Log:
Remove some non-ASCII characters
Modified:
cfe/trunk/lib/Sema/SemaDeclCXX.cpp
Modified: cfe/trunk/lib/Sema/SemaDeclCXX.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclCXX.cpp?rev=84058&r1=84057&r2=84058&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclCXX.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclCXX.cpp Tue Oct 13 18:52:38 2009
@@ -303,8 +303,8 @@
// Default function arguments shall not be specified in a declaration
// or a definition for one of the following explicit specializations:
// - the explicit specialization of a function template;
- // â the explicit specialization of a member function template;
- // â the explicit specialization of a member function of a class
+ // - the explicit specialization of a member function template;
+ // - the explicit specialization of a member function of a class
// template where the class template specialization to which the
// member function specialization belongs is implicitly
// instantiated.
More information about the cfe-commits
mailing list