mirror of
https://github.com/boostorg/regex.git
synced 2025-07-16 13:52:17 +02:00
Added MSVC version check.
[SVN r14475]
This commit is contained in:
@ -437,7 +437,7 @@ struct def_alloc_param_traits<const wchar_t*>
|
||||
}
|
||||
|
||||
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) >
|
||||
#else
|
||||
BOOST_DEFAULT_ALLOCATOR(re_detail::def_alloc_param_traits<iterator>::type) >
|
||||
|
Reference in New Issue
Block a user