Opened 15 years ago

Closed 15 years ago

#997 closed Bugs (fixed)

error in boost::bind doc

Reported by: beg1689@… Owned by: Peter Dimov
Milestone: Boost 1.35.0 Component: bind
Version: Severity: Cosmetic
Keywords: Cc:

Description

section at: http://www.boost.org/libs/bind/bind.html#with_boost_function

this: boost::function<void> onClick;

should be: boost::function<void()> onClick;

Change History (4)

comment:1 by Peter Dimov, 15 years ago

Component: Nonebind
Owner: set to Peter Dimov
Status: newassigned

comment:2 by Peter Dimov, 15 years ago

Severity: ProblemCosmetic

Fixed in CVS HEAD.

comment:3 by Peter Dimov, 15 years ago

Milestone: Boost 1.35.0

comment:4 by Peter Dimov, 15 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.