2
0
mirror of https://github.com/boostorg/url.git synced 2026-02-15 13:32:14 +00:00

document parsing functions

close #121
This commit is contained in:
alandefreitas
2022-02-02 18:24:40 -03:00
committed by Vinnie Falco
parent 8911d05c35
commit 3dba527bb3
28 changed files with 2491 additions and 767 deletions

View File

@@ -24,12 +24,11 @@ struct const_string_test
string_view big_;
string_view big2_;
string_view small_;
static constexpr std::size_t C =
const_string::builtin_capacity;
static constexpr std::size_t C = 32;
const_string_test() noexcept
{
string_view cs =
string_view cs =
"*"
"ABCDEFGHIJKLMNOPQRSTUVWXYZ"
"abcdefghijklmnopqrstuvwxyz";