2
0
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:
Vinnie Falco
2022-09-02 23:27:33 -07:00
parent e8ce191aac
commit e4c253e7f3
57 changed files with 1852 additions and 1673 deletions

View File

@@ -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;
}
//]