SGI MIPSpro (EDG 2.38) doesn't support void returns.

[SVN r11288]
This commit is contained in:
Jens Maurer
2001-09-26 21:42:38 +00:00
parent e70d87fe34
commit e605c42889

View File

@@ -10,6 +10,13 @@
//
// This is included from within the individual compiler mini-configs.
#ifndef __EDG_VERSION__
# error This file requires that __EDG_VERSION__ be defined.
#endif
#if (__EDG_VERSION__ <= 238)
# define BOOST_NO_VOID_RETURNS
#endif
#if (__EDG_VERSION__ <= 241) && !defined(BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP)
# define BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP