mirror of
https://github.com/boostorg/regex.git
synced 2025-07-19 07:12:07 +02:00
First round of config fixes
[SVN r11146]
This commit is contained in:
@ -126,8 +126,8 @@ public:
|
||||
typedef const T* const_pointer;
|
||||
typedef T& reference;
|
||||
typedef const T& const_reference;
|
||||
typedef size_t size_type;
|
||||
typedef ptrdiff_t difference_type;
|
||||
typedef std::size_t size_type;
|
||||
typedef std::ptrdiff_t difference_type;
|
||||
typedef Base base_type;
|
||||
|
||||
allocator_binder(){}
|
||||
|
Reference in New Issue
Block a user