$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r67023 - trunk/boost/spirit/home/support/utree
From: hartmut.kaiser_at_[hidden]
Date: 2010-12-05 13:39:35
Author: hkaiser
Date: 2010-12-05 13:39:33 EST (Sun, 05 Dec 2010)
New Revision: 67023
URL: http://svn.boost.org/trac/boost/changeset/67023
Log:
Spirit: fixing a Karma issue with the new utree
Text files modified: 
   trunk/boost/spirit/home/support/utree/utree_traits.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: trunk/boost/spirit/home/support/utree/utree_traits.hpp
==============================================================================
--- trunk/boost/spirit/home/support/utree/utree_traits.hpp	(original)
+++ trunk/boost/spirit/home/support/utree/utree_traits.hpp	2010-12-05 13:39:33 EST (Sun, 05 Dec 2010)
@@ -463,7 +463,7 @@
     };
 
     template <>
-    struct extract_from_attribute<utree, utf8_string>
+    struct extract_from_attribute<utree, utf8_string_type>
     {
         typedef std::string type;
 
@@ -477,7 +477,7 @@
 
     ///////////////////////////////////////////////////////////////////////////
     template <>
-    struct transform_attribute<utree const, utf8_string, karma::domain>
+    struct transform_attribute<utree const, utf8_string_type, karma::domain>
     {
         typedef std::string type;