mirror of
https://github.com/boostorg/regex.git
synced 2025-07-23 09:07:25 +02:00
Added fixes for tests which are unsupported on some platforms.
[SVN r19548]
This commit is contained in:
@ -28,7 +28,7 @@ int main()
|
||||
#ifndef BOOST_NO_WREGEX
|
||||
// VC6 and VC7 can't cope with the iterator architypes,
|
||||
// don't bother testing as it doesn't work:
|
||||
#if !BOOST_WORKAROUND(BOOST_MSVC, < 1310)
|
||||
#if !BOOST_WORKAROUND(_MSC_VER, < 1310)
|
||||
typedef boost::bidirectional_iterator_archetype<wchar_t> iterator_type;
|
||||
boost::wregex r;
|
||||
iterator_type a, b;
|
||||
|
Reference in New Issue
Block a user