$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r67386 - trunk/boost/proto
From: eric_at_[hidden]
Date: 2010-12-21 09:33:39
Author: eric_niebler
Date: 2010-12-21 09:33:39 EST (Tue, 21 Dec 2010)
New Revision: 67386
URL: http://svn.boost.org/trac/boost/changeset/67386
Log:
add missing inline
Text files modified: 
   trunk/boost/proto/debug.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/proto/debug.hpp
==============================================================================
--- trunk/boost/proto/debug.hpp	(original)
+++ trunk/boost/proto/debug.hpp	2010-12-21 09:33:39 EST (Tue, 21 Dec 2010)
@@ -102,7 +102,7 @@
             char const *name_;
         };
 
-        std::ostream &operator <<(ostream_wrapper sout_wrap, named_any t)
+        inline std::ostream &operator <<(ostream_wrapper sout_wrap, named_any t)
         {
             return sout_wrap.sout_ << t.name_;
         }