Opened 12 years ago
Closed 12 years ago
#4339 closed Bugs (fixed)
Minor documentation bug
Reported by: | Owned by: | Daniel James | |
---|---|---|---|
Milestone: | Boost 1.43.0 | Component: | website |
Version: | Boost 1.44.0 | Severity: | Problem |
Keywords: | Cc: |
Description
I spent quite a lot of time debugging a compile error resulting from the following misunderstanding (on my part):
The fusion Random Access Sequence (and *Iterator) concept's documentation states that std::pair('s iterator) is a model of it. However, this is only true after including the adapted std_pair.hpp headers.
It would have saved me hours of decrypting the error message if there was a footnote or something similar on these pages pointing to the adapted std::pair page (http://www.boost.org/doc/libs/1_43_0/libs/fusion/doc/html/fusion/adapted/std__pair.html)
Change History (7)
comment:1 by , 12 years ago
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Some recent changes to the CSS cause the links to be formatted as links instead of as code, so they're not quite as easy to overlook.
comment:4 by , 12 years ago
Component: | fusion → website |
---|---|
Resolution: | fixed |
Status: | closed → reopened |
I'll look into backdating the CSS change on the website.
comment:5 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | reopened → new |
comment:6 by , 12 years ago
Status: | new → assigned |
---|
Sorry about the noise, the new version of trac's a bit different.
comment:7 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
I've done that on beta, will go live soon (probably at the same time as 1.44):
http://beta.boost.org/doc/libs/1_43_0/libs/fusion/doc/html/fusion/adapted/std__pair.html
Understood. Well, patch always welcome.