function/include/boost
Douglas Gregor 1f24873577 The void partial specialization of the function classes has been removed in
favor of a common interface. Regardless of the compiler's capabilities, the
result type of a Boost.Function function object that was declared void will
be "unused". This allows the result of a Boost.Function function object to
be passed as a parameter regardless of whether the function is declared as
returning void. It greatly simplifies the use of Boost.Function objects with
wrapper objects (i.e., when the side effects are important, but the result
isn't: consider binding and composition when calling a std::for_each loop)


[SVN r10491]
2001-07-01 02:17:36 +00:00
..
function The void partial specialization of the function classes has been removed in 2001-07-01 02:17:36 +00:00
function.hpp Removed consts and associated const_casts from Borland workaround code. 2001-06-29 20:34:32 +00:00