
11 Mar
2013
11 Mar
'13
4:43 p.m.
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