forked from boostorg/config
Added BOOST_NO_UNREACHABLE_RETURN_DETECTION
[SVN r16575]
This commit is contained in:
@ -26,6 +26,7 @@
|
|||||||
#if (__HP_aCC <= 33900)
|
#if (__HP_aCC <= 33900)
|
||||||
# define BOOST_NO_TEMPLATE_TEMPLATES
|
# define BOOST_NO_TEMPLATE_TEMPLATES
|
||||||
# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD
|
# define BOOST_NO_MEMBER_TEMPLATE_KEYWORD
|
||||||
|
# define BOOST_NO_UNREACHABLE_RETURN_DETECTION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define BOOST_COMPILER "HP aCC version " BOOST_STRINGIZE(__HP_aCC)
|
#define BOOST_COMPILER "HP aCC version " BOOST_STRINGIZE(__HP_aCC)
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
|
|
||||||
# if(__MWERKS__ <= 0x2407) // 7.x
|
# if(__MWERKS__ <= 0x2407) // 7.x
|
||||||
# define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS
|
# define BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS
|
||||||
|
# define BOOST_NO_UNREACHABLE_RETURN_DETECTION
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
# if(__MWERKS__ <= 0x3003) // 8.x
|
# if(__MWERKS__ <= 0x3003) // 8.x
|
||||||
|
Reference in New Issue
Block a user