Questions tagged [boost-chrono]

3 questions
1
vote
1 answer

Boost Chrono Header Only versus Linked

The Boost Chrono Documentation says that it is possible to use the chrono library as a header only library. I don't see anything that mentions the limitations to using it as a header only library. Besides the obvious difference of not needing to…
user1593858
  • 649
  • 7
  • 12
1
vote
1 answer

Converting boost::chrono::steady_clock::time_point to std::chrono::steady_clock::time_point

Is there any elegant way of converting the boost chrono time_point to the standard library equivalent?
cerkiewny
  • 2,761
  • 18
  • 36
0
votes
0 answers

Boost 1.81.0 (chrono and thread) library compilation is failing with Sun Studio 12.5

Facing below error when i am compiling chrono or thread alone in sun studio 12.5 Error I am getting while build boost thread/ chrono is below "CC" -std=c++11 -m64 -xarch=sparc -mt -lCstd -xO4 -mt -erroff=%none -xldscope=hidden -m64…