mirror of
https://github.com/boostorg/url.git
synced 2026-02-15 13:32:14 +00:00
committed by
Vinnie Falco
parent
8911d05c35
commit
3dba527bb3
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user