forked from boostorg/regex
Removed VC8 workaround: it's been fixed in Beta 2.
[SVN r29068]
This commit is contained in:
@ -12,7 +12,6 @@
|
|||||||
#include "test.hpp"
|
#include "test.hpp"
|
||||||
|
|
||||||
#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300)\
|
#if !BOOST_WORKAROUND(BOOST_MSVC, <= 1300)\
|
||||||
&& !BOOST_WORKAROUND(BOOST_MSVC, == 1400)\
|
|
||||||
&& !BOOST_WORKAROUND(__HP_aCC, BOOST_TESTED_AT(55500))\
|
&& !BOOST_WORKAROUND(__HP_aCC, BOOST_TESTED_AT(55500))\
|
||||||
&& !(defined(__GNUC__) && (__GNUC__ < 3) && !(defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)))
|
&& !(defined(__GNUC__) && (__GNUC__ < 3) && !(defined(__SGI_STL_PORT) || defined(_STLPORT_VERSION)))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user