I have program which is linking to system,chrono and thread in boost. But simply adding auto now = boost::chrono::system_clock::now() gives me a linker error.
auto now = boost::chrono::system_clock::now()