forked from boostorg/config
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:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user