Open jefftrull opened 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.
chrono.qbk
reference.html
BOOST_HAS_CLOCK_STEADY
BOOST_CHRONO_HAS_CLOCK_STEADY
That's https://github.com/boostorg/chrono/blob/aa51cbd5121ed29093484f53e5f96e13a9a915b4/doc/chrono.qbk#L3835
chrono.qbk
andreference.html
refer toBOOST_HAS_CLOCK_STEADY
but I think it's meant to beBOOST_CHRONO_HAS_CLOCK_STEADY
. The former is not defined anywhere.