I\'m just getting started with Boost for the first time, details:
I also came here from for this linker error plus CMake, but in my case it was the fact that CMake by default will try to build with 32bit by default. This was fixed by specifying -Ax64
-Ax64
cmake -Ax64 {path to CMakeLists.txt}