boostorg / chrono

Boost.org chrono module
http://boost.org/libs/chrono
15 stars 52 forks source link

misspelled macro name in docs #53

Open jefftrull opened 4 years ago

jefftrull commented 4 years ago

chrono.qbk and reference.html refer to BOOST_HAS_CLOCK_STEADY but I think it's meant to be BOOST_CHRONO_HAS_CLOCK_STEADY. The former is not defined anywhere.

jefftrull commented 3 years ago

That's https://github.com/boostorg/chrono/blob/aa51cbd5121ed29093484f53e5f96e13a9a915b4/doc/chrono.qbk#L3835