🔨 changed SAX interface
This commit is contained in:
parent
2537677e4c
commit
4f6b2b6429
10 changed files with 91 additions and 83 deletions
|
|
@ -1131,9 +1131,9 @@ scan_number_done:
|
|||
}
|
||||
|
||||
/// return current string value (implicitly resets the token; useful only once)
|
||||
string_t&& move_string()
|
||||
string_t& get_string()
|
||||
{
|
||||
return std::move(token_buffer);
|
||||
return token_buffer;
|
||||
}
|
||||
|
||||
/////////////////////
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue