apparently gcc 2.95 does not support the throw specification

This commit is contained in:
Jeff Hill
2002-11-04 22:08:45 +00:00
parent 9bdba43fc7
commit a1e29d53e3

View File

@@ -45,6 +45,8 @@
#elif defined ( __GNUC__ )
# if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 95 )
# define CXX_PLACEMENT_DELETE
# endif
# if __GNUC__ > 2 || ( __GNUC__ == 2 && __GNUC_MINOR__ >= 96 )
# define CXX_THROW_SPECIFICATION
# endif
#else