Opened 12 years ago

Closed 12 years ago

#4339 closed Bugs (fixed)

Minor documentation bug

Reported by: Zsolt Dollenstein <zsol.zsol@…> 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 Joel de Guzman, 12 years ago

Understood. Well, patch always welcome.

comment:2 by Steven Watanabe, 12 years ago

All the elements in the bulleted list are links.

comment:3 by Steven Watanabe, 12 years ago

Resolution: fixed
Status: newclosed

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 Daniel James, 12 years ago

Component: fusionwebsite
Resolution: fixed
Status: closedreopened

I'll look into backdating the CSS change on the website.

comment:5 by Daniel James, 12 years ago

Owner: changed from Joel de Guzman to Daniel James
Status: reopenednew

comment:6 by Daniel James, 12 years ago

Status: newassigned

Sorry about the noise, the new version of trac's a bit different.

comment:7 by Daniel James, 12 years ago

Resolution: fixed
Status: assignedclosed

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

Note: See TracTickets for help on using tickets.