Added MSVC version check.

[SVN r14475]
This commit is contained in:
John Maddock
2002-07-16 11:15:30 +00:00
parent ee59983ea9
commit e6a371c6d6

View File

@ -437,7 +437,7 @@ struct def_alloc_param_traits<const wchar_t*>
} }
template <class iterator, class Allocator = template <class iterator, class Allocator =
#ifndef BOOST_MSVC #if !(defined(BOOST_MSVC) && (BOOST_MSVC <= 1300))
BOOST_DEFAULT_ALLOCATOR(typename re_detail::def_alloc_param_traits<iterator>::type) > BOOST_DEFAULT_ALLOCATOR(typename re_detail::def_alloc_param_traits<iterator>::type) >
#else #else
BOOST_DEFAULT_ALLOCATOR(re_detail::def_alloc_param_traits<iterator>::type) > BOOST_DEFAULT_ALLOCATOR(re_detail::def_alloc_param_traits<iterator>::type) >