Update of /cvsroot/boost/boost/boost
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv25620
Modified Files:
Tag: RC_1_34_0
none.hpp
Log Message:
Fixed incorrect BORLANDC macro
Index: none.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/none.hpp,v
retrieving revision 1.3.6.3
retrieving revision 1.3.6.4
diff -u -d -r1.3.6.3 -r1.3.6.4
--- none.hpp 27 Mar 2007 16:02:57 -0000 1.3.6.3
+++ none.hpp 28 Mar 2007 21:26:19 -0000 1.3.6.4
@@ -16,7 +16,7 @@
namespace boost {
-#if BOOST_WORKAROUND(_BORLANDC_, <= 0x564)
+#if BOOST_WORKAROUND(__BORLANDC__, <= 0x564)
namespace detail { struct none_helper{}; }
-------------------------------------------------------------------------
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