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))) \ { \