$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: [boost] weirdness in documentation of boost::chrono?
From: Anthony Foiani (tkil_at_[hidden])
Date: 2013-06-01 03:33:08
Greetings --
The online reference for boost::chrono seems to have an odd error in
it. If one looks at:
http://www.boost.org/doc/libs/1_53_0/doc/html/chrono/reference.html#chrono.reference.cpp0x.duration_hpp.duration
(or: http://preview.tinyurl.com/lcl8j3c )
There is an "operator*==" (note double '=').
The actual live link is to "operator*=", and the link works.
I took a quick look, and this glitch does not seem to be present in
the HTML documentation included in the 1_53_0 tarball.
Am I just imagining things? Is my browser being stunningly clever in
a way I don't understand?
Thanks,
Tony