diff --git a/Installation/include/CGAL/config.h b/Installation/include/CGAL/config.h index c7fcad9736f..dbfe6fcccb0 100644 --- a/Installation/include/CGAL/config.h +++ b/Installation/include/CGAL/config.h @@ -184,7 +184,8 @@ #if defined(BOOST_NO_0X_HDR_UNORDERED_SET) || \ defined(BOOST_NO_0X_HDR_UNORDERED_MAP) || \ defined(BOOST_NO_CXX11_HDR_UNORDERED_SET) || \ - defined(BOOST_NO_CXX11_HDR_UNORDERED_MAP) + defined(BOOST_NO_CXX11_HDR_UNORDERED_MAP) || \ + (defined(_MSC_VER) && (_MSC_VER == 1800)) // std::unordered_set is very bad in MSVC2013 #define CGAL_CFG_NO_CPP0X_UNORDERED 1 #endif #if defined( BOOST_NO_0X_HDR_THREAD) || \