Update of /cvsroot/boost/boost/boost/spirit/tree/impl
In directory 
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv9824/boost/spirit/tree/impl

Modified Files:
      Tag: SPIRIT_RC_1_8_5
        tree_to_xml.ipp 
Log Message:
recent changes to HEAD revision


Index: tree_to_xml.ipp
===================================================================
RCS file: /cvsroot/boost/boost/boost/spirit/tree/impl/tree_to_xml.ipp,v
retrieving revision 1.14
retrieving revision 1.14.2.1
diff -u -d -r1.14 -r1.14.2.1
--- tree_to_xml.ipp     12 Apr 2006 01:36:39 -0000      1.14
+++ tree_to_xml.ipp     31 Jan 2007 11:04:10 -0000      1.14.2.1
@@ -125,7 +125,7 @@
         {
         }
 
-        attribute (char const *key_, char const *value_) :
+        attribute (CharT const *key_, CharT const *value_) :
         key (key_), value(value_)
         {
         }


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