EK
Size: a a a
EK
АК
D
d
I
AK
АК
f<"123">() и f("123"), а не универсально f("123")d
АК
d
D
f<"123">() и f("123"), а не универсально f("123")template <size_t N>
void foo(fixed_string<N>);
void foo(std::string_view);
АК
template <size_t N>
void foo(fixed_string<N>);
void foo(std::string_view);
D