Update of /cvsroot/boost/boost/boost/pending
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14812
Modified Files:
Tag: RC_1_34_0
stringtok.hpp
Log Message:
(merge from head)
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.4.8.1
diff -u -d -r1.4 -r1.4.8.1
--- stringtok.hpp 20 Oct 2004 13:07:45 -0000 1.4
+++ stringtok.hpp 24 Jul 2006 21:58:09 -0000 1.4.8.1
@@ -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