Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'std/unordered_set.hpp')
-rw-r--r--std/unordered_set.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/std/unordered_set.hpp b/std/unordered_set.hpp
index c0a69d9eca..2377ed7f2a 100644
--- a/std/unordered_set.hpp
+++ b/std/unordered_set.hpp
@@ -5,11 +5,6 @@
#undef new
#endif
-#if defined(_MSC_VER) && (_MSC_VER >= 1600)
- // to avoid compilation errors on VS2010
- #define BOOST_NO_0X_HDR_TYPEINDEX
-#endif
-
#include <boost/unordered_set.hpp>
using boost::unordered_set;