remove deduction guide for fixed_string
This commit is contained in:
parent
b81bf00c9b
commit
e7d035d55d
@ -55,9 +55,6 @@ template <typename Char, size_t N> struct fixed_string {
|
|||||||
Char data[N]{};
|
Char data[N]{};
|
||||||
};
|
};
|
||||||
|
|
||||||
template <typename Char, size_t N>
|
|
||||||
fixed_string(const Char (&str)[N]) -> fixed_string<Char, N>;
|
|
||||||
|
|
||||||
template <typename Char, size_t N, fixed_string<Char, N> Str>
|
template <typename Char, size_t N, fixed_string<Char, N> Str>
|
||||||
struct udl_compiled_string : compiled_string {
|
struct udl_compiled_string : compiled_string {
|
||||||
using char_type = Char;
|
using char_type = Char;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user