mirror of
https://github.com/red0124/ssp.git
synced 2026-01-29 22:29:54 +01:00
add buffer to converter
This commit is contained in:
@@ -481,8 +481,8 @@ TEST_CASE("testing the moving of parsed values") {
|
||||
TEST_CASE("testing the moving of parsed composite values") {
|
||||
// to compile is enough
|
||||
return;
|
||||
ss::parser* p;
|
||||
p->try_next<my_string, my_string, my_string>()
|
||||
ss::parser p{"", ""};
|
||||
p.try_next<my_string, my_string, my_string>()
|
||||
.or_else<my_string, my_string, my_string, my_string>([](auto&&) {})
|
||||
.or_else<my_string>([](auto&) {})
|
||||
.or_else<xyz>([](auto&&) {})
|
||||
|
||||
Reference in New Issue
Block a user