
Hi Raffi, Raffi Enficiaud wrote:
No the problem generated a compile-time failure as, by the chain of dependencies, it turned out that static and dynamic link to boost.system was requested. The faulty part was an explicit link to the static version of boost.test in the jamfile while compiling the shared variant. Since both boost.thread and boost.test depend on chrono (boost.thread directly and boost.test through timer), it ended up to a clash for the shared variant tests of boost.thread.
See https://github.com/boostorg/test/commit/1eaffb96ceec82882a4e947c99735a37271c... and https://github.com/boostorg/thread/pull/38
for further information and also for the explanation of why the source files should be changed.
In Boost.Geometry we doesn't use Thread or dynamically linked Test. In
most of the tests only the following headers are included:
# include