diff --git a/doc/reference.html b/doc/reference.html index c3d7af8..85ead4b 100644 --- a/doc/reference.html +++ b/doc/reference.html @@ -32,7 +32,7 @@ typename Allocator = std::allocator<function_base> > class functionN : public function_base, public Mixin { - typedef ResultType result_type; + typedef ResultType result_type; // [1] typedef Policy policy_type; typedef Mixin mixin_type; typedef Allocator allocator_type; @@ -288,10 +288,12 @@
[1] On compilers not supporting void returns, when the ReturnType
is void, the result_type
of a Boost.Function object is implementation-defined.
+