Hi Vicente:
Thanks for the fast response.Then there is a bug in documentation:Building an Executable that Uses Boost.Chrono
In addition to link with the Boost.Chrono library you need also to link with the Boost.System library. Once Boost.System will be configurable to be a header only using
Thanks,BOOST_SYSTEM_INLINED
you will no need to link with it.Dmitriy.