2
0
mirror of https://github.com/boostorg/test.git synced 2026-01-26 07:02:12 +00:00

remove Interaction testing related flag

This commit is contained in:
Gennadiy Rozental
2015-07-07 21:44:59 -04:00
parent 8ed4b8f7d0
commit 374ccc8a4e

View File

@@ -72,13 +72,6 @@ class type_info;
//____________________________________________________________________________//
#if !BOOST_WORKAROUND(__BORLANDC__, BOOST_TESTED_AT(0x564)) && \
!BOOST_WORKAROUND(__SUNPRO_CC, BOOST_TESTED_AT(0x530))
# define BOOST_TEST_SUPPORT_INTERACTION_TESTING 1
#endif
//____________________________________________________________________________//
#if !defined(__BORLANDC__) && !BOOST_WORKAROUND( __SUNPRO_CC, < 0x5100 )
#define BOOST_TEST_SUPPORT_TOKEN_ITERATOR 1
#endif