id summary reporter owner description type status milestone component version severity resolution keywords cc 8866 boost log 1.54 - simple logging example won't compile chisser98@… Andrey Semashev "I compiled Boost 1.54 on my Debian 7 64 bit Linux box and installed it successfully. However, when trying to use it in my project I'm getting a huge bunch of errors (Full dump is here: http://pastebin.com/zUTcb7vp). I was previously using boost 1.52 with the svn head of boost-log (which worked fine). I tried creating a simple test app, which is below: {{{ #include #include int main(int, char*[]) { BOOST_LOG_TRIVIAL(trace) << "" a trace message ""; } }}} This fails to compile (full stacktrace here: http://pastebin.com/xiXZZVYb). I removed the {{{ #include }}} line, but it still fails to compile." Bugs closed To Be Determined log Boost 1.54.0 Showstopper invalid log