Update of /cvsroot/boost/boost/libs/xpressive/test/ext_
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14120/libs/xpressive/test/ext_

Modified Files:
        proto_fusion_s.cpp toy_spirit.cpp 
Log Message:
rename all proto tag types, move into tag:: namespace

Index: proto_fusion_s.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/test/ext_/proto_fusion_s.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- proto_fusion_s.cpp  20 Nov 2006 03:41:07 -0000      1.5
+++ proto_fusion_s.cpp  1 Dec 2006 05:46:06 -0000       1.6
@@ -21,17 +21,17 @@
 boost::proto::meta::terminal<char>::type h_ = {'h'};
 boost::proto::meta::terminal<char>::type i_ = {'i'};
 
-std::ostream &operator <<(std::ostream &sout, boost::proto::terminal_tag)
+std::ostream &operator <<(std::ostream &sout, boost::proto::tag::terminal)
 {
     return sout;
 }
 
-std::ostream &operator <<(std::ostream &sout, boost::proto::right_shift_tag)
+std::ostream &operator <<(std::ostream &sout, boost::proto::tag::right_shift)
 {
     return sout << ">>";
 }
 
-std::ostream &operator <<(std::ostream &sout, boost::proto::bitor_tag)
+std::ostream &operator <<(std::ostream &sout, boost::proto::tag::bitwise_or)
 {
     return sout << "|";
 }

Index: toy_spirit.cpp
===================================================================
RCS file: /cvsroot/boost/boost/libs/xpressive/test/ext_/toy_spirit.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- toy_spirit.cpp      20 Nov 2006 03:41:07 -0000      1.5
+++ toy_spirit.cpp      1 Dec 2006 05:46:06 -0000       1.6
@@ -678,12 +678,12 @@
     {};
 
     template<>
-    struct compiler<terminal_tag, spirit2::no_case_tag>
+    struct compiler<tag::terminal, spirit2::no_case_tag>
       : spirit2::no_case_::no_case_compiler
     {};
 
     template<>
-    struct compiler<function_tag, spirit2::no_case_tag>
+    struct compiler<tag::function, spirit2::no_case_tag>
       : spirit2::no_case_::no_case_compiler
     {};
 


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