'boost_log_abi': value 'v2s_mt_nt6' doesn't match value 'v2s_mt_nt5'

1.4k Views Asked by At

I am linking a C++ console application with Boost. Everything was fine till I start using Boost logging library. I am facing this issue:

boost_log_abi': value 'v2s_mt_nt6' doesn't match value 'v2s_mt_nt5

I tried everything in this question. However, nothing worked.

I could not even understand what is the problem exactly. Which one is using an older version, my program or the boost?

I am on Windows 10, MSVC 2017 (141 toolset) and Boost 1.63.

0

There are 0 best solutions below