From 4f21fcf5dab31080be4e05efe949d969f110672f Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 6 Nov 2001 02:26:46 +0000 Subject: [PATCH] Removed forced usage of virtual function implementation in Boost.Function, because it is no longer necessary. [SVN r11606] --- include/boost/config/compiler/comeau.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/boost/config/compiler/comeau.hpp b/include/boost/config/compiler/comeau.hpp index 4d5eb796..edcff490 100644 --- a/include/boost/config/compiler/comeau.hpp +++ b/include/boost/config/compiler/comeau.hpp @@ -10,7 +10,6 @@ #include "boost/config/compiler/common_edg.hpp" #if (__COMO_VERSION__ <= 4245) || !defined(BOOST_STRICT_CONFIG) -# define BOOST_FUNCTION_USE_VIRTUAL_FUNCTIONS # if defined(_MSC_VER) && _MSC_VER <= 1300 # define BOOST_NO_STDC_NAMESPACE # define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP