From 7d2fc8b40a104ecc63bbd5b3250acb72ba497e25 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Tue, 5 Apr 2011 19:44:20 +0000 Subject: [PATCH] [phoenix] forgot to inline operator<< for tags [SVN r71011] --- include/boost/phoenix/core/detail/expression.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/phoenix/core/detail/expression.hpp b/include/boost/phoenix/core/detail/expression.hpp index 5e6206b..0191b72 100644 --- a/include/boost/phoenix/core/detail/expression.hpp +++ b/include/boost/phoenix/core/detail/expression.hpp @@ -84,7 +84,7 @@ BOOST_PP_SEQ_FOR_EACH( 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))) \ { \