TR1 conformance: derive from unary_function/binary_function

[SVN r34481]
This commit is contained in:
Peter Dimov
2006-07-08 18:07:33 +00:00
parent 69ee6e2375
commit 872f12efee
2 changed files with 12 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#define BOOST_FUNCTION_PROLOGUE_HPP
# include <cassert>
# include <algorithm>
# include <functional> // unary_function, binary_function
# include <boost/throw_exception.hpp>
# include <boost/config.hpp>
# include <boost/function/function_base.hpp>