$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Problem statically linking Boost 1.63
From: d25fe0be_at_[hidden]
Date: 2017-03-31 01:46:14
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/f1337c6fbc5699b95eec5964bb187c9008b4d133#diff-fa222b65f5c698533a9b846b7cf66deb
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.