mirror of
https://github.com/boostorg/regex.git
synced 2025-07-12 20:06:38 +02:00
Fixed initialisation order warnings (gcc)
[SVN r10887]
This commit is contained in:
@ -661,9 +661,9 @@ private:
|
|||||||
const charT* _leading_string;
|
const charT* _leading_string;
|
||||||
unsigned int _leading_string_len;
|
unsigned int _leading_string_len;
|
||||||
re_detail::kmp_info<charT>* pkmp;
|
re_detail::kmp_info<charT>* pkmp;
|
||||||
|
unsigned error_code_;
|
||||||
charT* _expression;
|
charT* _expression;
|
||||||
traits_type traits_inst;
|
traits_type traits_inst;
|
||||||
unsigned error_code_;
|
|
||||||
|
|
||||||
void BOOST_RE_CALL compile_maps();
|
void BOOST_RE_CALL compile_maps();
|
||||||
void BOOST_RE_CALL compile_map(re_detail::re_syntax_base* node, unsigned char* _map, unsigned int* pnull, unsigned char mask, re_detail::re_syntax_base* terminal = 0)const;
|
void BOOST_RE_CALL compile_map(re_detail::re_syntax_base* node, unsigned char* _map, unsigned int* pnull, unsigned char mask, re_detail::re_syntax_base* terminal = 0)const;
|
||||||
|
Reference in New Issue
Block a user