2
0
mirror of https://github.com/boostorg/phoenix.git synced 2026-01-31 08:22:15 +00:00

Sort out typos and tabs in test files

This commit is contained in:
John Fletcher
2015-03-18 17:23:55 +00:00
parent 7bf4b8b698
commit 3e8ac97df4
2 changed files with 11 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
#define BOOST_PHOENIX_HASH_NAMESPACE stdext
#endif
#else
#define BOOST_PHOENIX_HAS_UNDORDERED_SET_AND_MAP
#define BOOST_PHOENIX_HAS_UNORDERED_SET_AND_MAP
#include <unordered_set>
#include <unordered_map>
#endif
@@ -82,7 +82,7 @@ namespace
BOOST_TEST(boost::phoenix::find(arg1, 2)(m) == m.find(2));
//#endif
#ifdef BOOST_PHOENIX_HAS_UNDORDERED_SET_AND_MAP
#ifdef BOOST_PHOENIX_HAS_UNORDERED_SET_AND_MAP
std::unordered_set<int> hs(array, array + 3);
BOOST_TEST(boost::phoenix::find(arg1, 2)(hs) == hs.find(2));