apparently gcc 2.95 does not support the throw specification
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user