mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-07 05:53:59 -07:00
fix: solve deprecated literal operator error
This commit is contained in:
parent
dd053c76df
commit
13ce7b12b8
1 changed files with 1 additions and 1 deletions
|
|
@ -489,7 +489,7 @@ inline constexpr unsigned int str2tag(std::string_view sv) {
|
||||||
|
|
||||||
namespace udl {
|
namespace udl {
|
||||||
|
|
||||||
inline constexpr unsigned int operator"" _(const char *s, size_t l) {
|
inline constexpr unsigned int operator""_(const char *s, size_t l) {
|
||||||
return str2tag_core(s, l, 0);
|
return str2tag_core(s, l, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue