
11 Mar
2013
11 Mar
'13
4:27 p.m.
On Mon, Mar 11, 2013 at 5:16 PM, Andrey Semashev <andrey.semashev@gmail.com>wrote:
You also have to #include <boost/phoenix/operators.hpp> as Boost.Phoenix does not include its operator overloads by default. Or simply #include <boost/log/expressions.hpp> which takes care of that.
Thanks, it fixes the problem in production code too. Joel Lamotte