mirror of
https://github.com/boostorg/url.git
synced 2026-02-26 17:12:11 +00:00
string_token work
This commit is contained in:
@@ -25,7 +25,7 @@ struct doc_container_test
|
||||
{
|
||||
std::list< std::string > seq;
|
||||
for( auto s : u.encoded_segments() )
|
||||
seq.push_back( s.decode_to_string() );
|
||||
seq.push_back( s.decode() );
|
||||
return seq;
|
||||
}
|
||||
//]
|
||||
|
||||
Reference in New Issue
Block a user