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:
@@ -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))) \
|
||||
{ \
|
||||
|
||||
Reference in New Issue
Block a user