0_0_37697407_4314.cpp:18:17: error: variable or field 'print_arg' declared void
void print_arg(string_view Arg,const T &arg) {
^
0_0_37697407_4314.cpp:18:17: error: 'string_view' was not declared in this scope
0_0_37697407_4314.cpp:18:33: error: expected primary-expression before 'const'
void print_arg(string_view Arg,const T &arg) {
^
0_0_37697407_4314.cpp:22:11: error: variable or field 'err' declared void
void err(string_view Arg, const T &arg) {
^
0_0_37697407_4314.cpp:22:11: error: 'string_view' was not declared in this scope
0_0_37697407_4314.cpp:22:28: error: expected primary-expression before 'const'
void err(string_view Arg, const T &arg) {
^
0_0_37697407_4314.cpp:26:11: error: variable or field 'err' declared void
void err(string_view Args, const T &arg, const Ts &...args) {
^
0_0_37697407_4314.cpp:26:11: error: 'string_view' was not declared in this scope
0_0_37697407_4314.cpp:26:29: error: expected primary-expression before 'const'
void err(string_view Args, const T &arg, const Ts &...args) {
^
0_0_37697407_4314.cpp:26:43: error: expected primary-expression before 'const'
void err(string_view Args, const T &arg, const Ts &...args) {
^
|