2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-02-15 01:12:09 +00:00

[phoenix]

forgot to inline operator<< for tags

[SVN r71011]
This commit is contained in:
Thomas Heller
2011-04-05 19:44:20 +00:00
parent ca5434c209
commit 7d2fc8b40a

View File

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