Update of /cvsroot/boost/boost/boost/wave/cpplexer
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv1996/boost/wave/cpplexer

Modified Files:
      Tag: RC_1_34_0
        validate_universal_char.hpp 
Log Message:
Fixed inspection report related problems in Wave.

Index: validate_universal_char.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/wave/cpplexer/validate_universal_char.hpp,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- validate_universal_char.hpp 24 Dec 2005 19:50:43 -0000      1.6
+++ validate_universal_char.hpp 26 Jul 2006 00:22:19 -0000      1.6.2.1
@@ -36,19 +36,16 @@
     universal_char_type_not_allowed_for_identifiers = 3
 };
 
-namespace {
-
-    ///////////////////////////////////////////////////////////////////////////
-    // 
-    //  is_range is a helper function for the classification by brute force 
-    //  below
-    //
-    ///////////////////////////////////////////////////////////////////////////
-    inline bool 
-    in_range(unsigned long ch, unsigned long l, unsigned long u)
-    {
-        return (l <= ch && ch <= u);
-    }
+///////////////////////////////////////////////////////////////////////////
+// 
+//  is_range is a helper function for the classification by brute force 
+//  below
+//
+///////////////////////////////////////////////////////////////////////////
+inline bool 
+in_range(unsigned long ch, unsigned long l, unsigned long u)
+{
+    return (l <= ch && ch <= u);
 }
 
 ///////////////////////////////////////////////////////////////////////////////


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to