diff --git a/include/boost/functional/overloaded_function.hpp b/include/boost/functional/overloaded_function.hpp index 2ed228d..9e24e99 100644 --- a/include/boost/functional/overloaded_function.hpp +++ b/include/boost/functional/overloaded_function.hpp @@ -11,8 +11,9 @@ # ifndef BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_HPP_ # define BOOST_FUNCTIONAL_OVERLOADED_FUNCTION_HPP_ -# include -# include +/** @todo[Lorenzo Caminiti] Uncomment this... trying to see what breaks on Sun */ +//# include +//# include # include # include # include