Opened 10 years ago

Closed 9 years ago

#8385 closed Bugs (fixed)

Incorrect link on documentation webpage.

Reported by: anonymous Owned by: Daniel James
Milestone: To Be Determined Component: iostreams
Version: Boost 1.53.0 Severity: Problem
Keywords: Cc:

Description

On: http://www.boost.org/doc/libs/1_53_0/libs/iostreams/doc/index.html

the following html fragment:

<a href="../functions/read.html">io::write</a>

should be:

<a href="../functions/write.html">io::write</a>

Change History (3)

comment:1 by Daniel James, 9 years ago

(In [84160]) Fix link. Refs #8385.

comment:2 by Daniel James, 9 years ago

Owner: changed from Jonathan Turkanis to Daniel James
Status: newassigned

comment:3 by Daniel James, 9 years ago

Resolution: fixed
Status: assignedclosed

(In [84303]) Merge iostreams to release. Fixes #8315, #8385, #8460.

Not merging the fallthrough macro, as config support hasn't been merged yet. And not merging the build changes, as I don't know if they're ready.

Note: See TracTickets for help on using tickets.