Commented out some code in overloaded_function to try to see what breaks on Sun.

[SVN r77900]
This commit is contained in:
Lorenzo Caminiti
2012-04-10 21:09:36 +00:00
parent f6beb74abb
commit c5a4dc3db1

View File

@@ -11,8 +11,9 @@
# ifndef BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_HPP_
# define BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_HPP_
# include <boost/functional/overloaded_function/detail/base.hpp>
# include <boost/functional/overloaded_function/detail/function_type.hpp>
/** @todo[Lorenzo Caminiti] Uncomment this... trying to see what breaks on Sun */
//# include <boost/functional/overloaded_function/detail/base.hpp>
//# include <boost/functional/overloaded_function/detail/function_type.hpp>
# include <boost/functional/overloaded_function/config.hpp>
# include <boost/typeof/typeof.hpp>
# include <boost/preprocessor/iteration/iterate.hpp>