Opened 10 years ago
Closed 10 years ago
#7244 closed Bugs (fixed)
typo in reference of boost::function
Reported by: | Owned by: | Marshall Clow | |
---|---|---|---|
Milestone: | To Be Determined | Component: | function |
Version: | Boost 1.51.0 | Severity: | Cosmetic |
Keywords: | Cc: |
Description
http://www.boost.org/doc/libs/1_50_0/doc/html/function/reference.html#function.definitions
A function object f of type F is stateless if it is a function pointer or if boost::is_stateless<T> is true.
"boost::is_stateless<T>" should be replaced with "boost::is_stateless<F>".
Change History (3)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Owner: | changed from | to
---|
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [80077]) Fix typo; Refs #7244