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

Modified Files:
        stringtok.hpp 
Log Message:
added preprocessor guards


Index: stringtok.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/pending/stringtok.hpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- stringtok.hpp       24 Jul 2006 21:56:37 -0000      1.5
+++ stringtok.hpp       13 Apr 2007 16:05:53 -0000      1.6
@@ -3,6 +3,9 @@
 //  accompanying file LICENSE_1_0.txt or copy at
 //  http://www.boost.org/LICENSE_1_0.txt)
 
+#ifndef BOOST_STRINGTOK_HPP
+#define BOOST_STRINGTOK_HPP
+
 /*
  * stringtok.hpp -- Breaks a string into tokens.  This is an example for lib3.
  *
@@ -109,3 +112,5 @@
 
 
 } // namespace boost
+
+#endif // BOOST_STRINGTOK_HPP


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