Opened 10 years ago

Closed 10 years ago

#7244 closed Bugs (fixed)

typo in reference of boost::function

Reported by: Starius <bnagaev@…> 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 Marshall Clow, 10 years ago

(In [80077]) Fix typo; Refs #7244

comment:2 by Marshall Clow, 10 years ago

Owner: changed from Douglas Gregor to Marshall Clow

comment:3 by Marshall Clow, 10 years ago

Resolution: fixed
Status: newclosed

(In [80694]) Merge doc fixes to release; Fixes #7244

Note: See TracTickets for help on using tickets.