mirror of
https://github.com/boostorg/regex.git
synced 2025-07-29 12:07:28 +02:00
Misc. fixes and new config options.
[SVN r13971]
This commit is contained in:
@ -874,7 +874,8 @@ protected:
|
||||
sub_match<iterator> head, tail, null;
|
||||
unsigned int lines;
|
||||
iterator line_pos, base;
|
||||
c_reference(const Allocator& a) : c_alloc(a) { }
|
||||
c_reference(const Allocator& a)
|
||||
: c_alloc(a), cmatches(0), count(0), lines(0) { }
|
||||
|
||||
bool operator==(const c_reference& that)const
|
||||
{
|
||||
|
Reference in New Issue
Block a user