From c5a4dc3db111ec2245bc5fcf166992380cc4d030 Mon Sep 17 00:00:00 2001 From: Lorenzo Caminiti Date: Tue, 10 Apr 2012 21:09:36 +0000 Subject: [PATCH] Commented out some code in overloaded_function to try to see what breaks on Sun. [SVN r77900] --- include/boost/functional/overloaded_function.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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