diff --git a/include/boost/regex/concepts.hpp b/include/boost/regex/concepts.hpp index 016cf0f2..6ef88642 100644 --- a/include/boost/regex/concepts.hpp +++ b/include/boost/regex/concepts.hpp @@ -106,14 +106,9 @@ public: allocator_architype(); allocator_architype(const allocator_architype&); -#if defined(BOOST_MSVC) && (BOOST_MSVC == 1600) - // - // This doesn't appear to be part of the allocator requirements - // in the std, but is required by std::vector in VC10 :-( - // + template allocator_architype(const allocator_architype&); -#endif void construct(pointer, const_reference); void destroy(pointer);