Opened 15 years ago
Closed 15 years ago
#997 closed Bugs (fixed)
error in boost::bind doc
| Reported by: | 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 , 15 years ago
| Component: | None → bind |
|---|---|
| Owner: | set to |
| Status: | new → assigned |
comment:2 by , 15 years ago
| Severity: | Problem → Cosmetic |
|---|
comment:3 by , 15 years ago
| Milestone: | → Boost 1.35.0 |
|---|
comment:4 by , 15 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed in CVS HEAD.