mirror of
https://github.com/boostorg/regex.git
synced 2025-07-20 07:42:07 +02:00
Patches for vc7+stlport
[SVN r20951]
This commit is contained in:
@ -38,7 +38,7 @@ private:
|
||||
#endif
|
||||
public:
|
||||
typedef sub_match<RandomAccessIterator> value_type;
|
||||
#ifndef BOOST_NO_STD_ALLOCATOR
|
||||
#if !defined(BOOST_NO_STD_ALLOCATOR) && !(defined(BOOST_MSVC) && defined(_STLPORT_VERSION))
|
||||
typedef typename Allocator::const_reference const_reference;
|
||||
#else
|
||||
typedef const value_type& const_reference;
|
||||
|
Reference in New Issue
Block a user