Update of /cvsroot/boost/boost/libs/iostreams/example
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv30126/libs/iostreams/example

Modified Files:
        finite_state_filter.hpp 
Log Message:
extended Tru64 workaround to CW 9.4

Index: finite_state_filter.hpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/iostreams/example/finite_state_filter.hpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- finite_state_filter.hpp     15 Jul 2005 23:55:04 -0000      1.10
+++ finite_state_filter.hpp     14 Dec 2006 08:37:19 -0000      1.11
@@ -253,7 +253,8 @@
             return state;
         }
     };
-#if BOOST_WORKAROUND(__DECCXX_VER, BOOST_TESTED_AT(60590042)) // Tru64.
+#if BOOST_WORKAROUND(__DECCXX_VER, BOOST_TESTED_AT(60590042)) /* Tru64 */ \
+ || BOOST_WORKAROUND(__MWERKS__,   BOOST_TESTED_AT(0x3205))   /* CW9.4 */
     public:
 #endif
     template<typename FSM>


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