updated boost on windows
This commit is contained in:
@@ -61,11 +61,15 @@
|
||||
#define BOOST_PHOENIX_HASH_MAP_HEADER BOOST_HASH_MAP_HEADER
|
||||
#define BOOST_PHOENIX_HAS_HASH
|
||||
#define BOOST_PHOENIX_HASH_NAMESPACE BOOST_STD_EXTENSION_NAMESPACE
|
||||
#define BOOST_PHOENIX_HASH_template_rest_param class Hash, class Cmp, class Alloc
|
||||
#define BOOST_PHOENIX_HASH_type_rest_param Hash, Cmp, Alloc
|
||||
#elif defined(BOOST_DINKUMWARE_STDLIB) && (BOOST_DINKUMWARE_STDLIB < 610)
|
||||
#define BOOST_PHOENIX_HASH_SET_HEADER <hash_set>
|
||||
#define BOOST_PHOENIX_HASH_MAP_HEADER <hash_map>
|
||||
#define BOOST_PHOENIX_HAS_HASH
|
||||
#define BOOST_PHOENIX_HASH_NAMESPACE stdext
|
||||
#define BOOST_PHOENIX_HASH_template_rest_param class Tr, class Alloc
|
||||
#define BOOST_PHOENIX_HASH_type_rest_param Tr, Alloc
|
||||
#endif
|
||||
|
||||
#if BOOST_WORKAROUND(BOOST_GCC, < 40100)
|
||||
|
||||
Reference in New Issue
Block a user