config.hpp:

- Comeau 4.2.45.2 does not correctly handle function pointers to
	  to functions with default arguments. Use virtual function
	  implementation for Boost.Function.


[SVN r10432]
This commit is contained in:
Douglas Gregor
2001-06-26 13:40:36 +00:00
parent c1222123b3
commit caef31de2a

View File

@ -306,7 +306,7 @@
// Comeau C++ ----------------------------------------------------------------// // Comeau C++ ----------------------------------------------------------------//
# elif defined __COMO__ # elif defined __COMO__
# if __COMO_VERSION__ <= 4244 # if __COMO_VERSION__ <= 4245
# define BOOST_FUNCTION_USE_VIRTUAL_FUNCTIONS # define BOOST_FUNCTION_USE_VIRTUAL_FUNCTIONS
# endif # endif