Subject: Re: [boost] [log] Release candidate 1
From: Klaim - Joël Lamotte (mjklaim_at_[hidden])
Date: 2013-03-11 12:43:00


Actually I have to be more precise:

#include <boost/phoenix/operators.hpp>

Is not found,

#include <boost/log/expressions.hpp>

Does solve this problem, but there was another problem with the
format_date_time type which uses date_time_formatter_generator_traits which
is not defined in the headers of my example.

I had to search and include

#include <boost/log/support/date_time.hpp>

to make both the test and my production code compile (I did'nt run it yet).

Joel Lamotte