Update of /cvsroot/boost/boost/boost/pending
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14034

Modified Files:
        stringtok.hpp 
Log Message:
removed unnamed namespace reported by inspect tool

Index: stringtok.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/pending/stringtok.hpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- stringtok.hpp       20 Oct 2004 13:07:45 -0000      1.4
+++ stringtok.hpp       24 Jul 2006 21:56:37 -0000      1.5
@@ -63,14 +63,14 @@
  * This is the only part of the implementation that I don't like.
  * It can probably be improved upon by the reader...
 */
-namespace {
+
     inline bool
     isws (char c, char const * const wstr)
     {
         using namespace std;
         return (strchr(wstr,c) != NULL);
     }
-}
+
 
 namespace boost {
 


-------------------------------------------------------------------------
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