mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-24 01:27:37 +02:00
Removed tabs.
[SVN r37804]
This commit is contained in:
@ -100,9 +100,9 @@ void result_type_tests()
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if defined(BOOST_MSVC) && BOOST_MSVC < 1400
|
#if defined(BOOST_MSVC) && BOOST_MSVC < 1400
|
||||||
# define BOOST_TEST_NO_VC71(cond) (void)((cond)?0:1)
|
# define BOOST_TEST_NO_VC71(cond) (void)((cond)?0:1)
|
||||||
#else
|
#else
|
||||||
# define BOOST_TEST_NO_VC71(cond) BOOST_TEST(cond)
|
# define BOOST_TEST_NO_VC71(cond) BOOST_TEST(cond)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int main()
|
int main()
|
||||||
|
Reference in New Issue
Block a user