31 Mar
2017
31 Mar
'17
1:46 a.m.
The signature change of `get_or_init` was introduced in boost 1.59: http://www.boost.org/users/history/version_1_59_0.html https://github.com/boostorg/log/commit/f1337c6fbc5699b95eec5964bb187c9008b4d... And by a clean build of your project, no object file should have a reference to the `std::typeinfo` one. Try `make clean` your project, specifically, remove and rebuild `CMakeFiles/dsmip.dir/main.cpp.o` (which holds a reference to `get_or_init`), and see if it helps.