forked from boostorg/unordered
Decrease the limit for SunOS workaround
We have tests for 12.5 (5,20,0), and 12.5_next (5,21,0), I think both are good enough to not require workarounds.
This commit is contained in:
@ -65,7 +65,7 @@
|
|||||||
// (as of May 2017).
|
// (as of May 2017).
|
||||||
|
|
||||||
#if !defined(BOOST_UNORDERED_SUN_WORKAROUNDS1)
|
#if !defined(BOOST_UNORDERED_SUN_WORKAROUNDS1)
|
||||||
#if BOOST_COMP_SUNPRO && BOOST_COMP_SUNPRO < BOOST_VERSION_NUMBER(5, 21, 0)
|
#if BOOST_COMP_SUNPRO && BOOST_COMP_SUNPRO < BOOST_VERSION_NUMBER(5, 20, 0)
|
||||||
#define BOOST_UNORDERED_SUN_WORKAROUNDS1 1
|
#define BOOST_UNORDERED_SUN_WORKAROUNDS1 1
|
||||||
#else
|
#else
|
||||||
#define BOOST_UNORDERED_SUN_WORKAROUNDS1 0
|
#define BOOST_UNORDERED_SUN_WORKAROUNDS1 0
|
||||||
|
Reference in New Issue
Block a user