$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r71011 - trunk/boost/phoenix/core/detail
From: thom.heller_at_[hidden]
Date: 2011-04-05 15:44:21
Author: theller
Date: 2011-04-05 15:44:20 EDT (Tue, 05 Apr 2011)
New Revision: 71011
URL: http://svn.boost.org/trac/boost/changeset/71011
Log:
[phoenix]
forgot to inline operator<< for tags
Text files modified: 
   trunk/boost/phoenix/core/detail/expression.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/phoenix/core/detail/expression.hpp
==============================================================================
--- trunk/boost/phoenix/core/detail/expression.hpp	(original)
+++ trunk/boost/phoenix/core/detail/expression.hpp	2011-04-05 15:44:20 EDT (Tue, 05 Apr 2011)
@@ -84,7 +84,7 @@
     namespace tag                                                               \
     {                                                                           \
         struct BOOST_PP_SEQ_HEAD(BOOST_PP_SEQ_REVERSE(NAME_SEQ)) {};            \
-        std::ostream &operator<<(                                               \
+        inline std::ostream &operator<<(                                        \
             std::ostream & os                                                   \
           , BOOST_PP_SEQ_HEAD(BOOST_PP_SEQ_REVERSE(NAME_SEQ)))                  \
         {                                                                       \