1
0
mirror of synced 2025-04-20 11:47:43 +03:00

Merge branch 'master' of github.com:yhirose/cpp-httplib

This commit is contained in:
yhirose 2024-10-14 21:32:28 -04:00
commit 3701195033

View File

@ -3759,7 +3759,7 @@ inline unsigned int str2tag(const std::string &s) {
namespace udl { namespace udl {
inline constexpr unsigned int operator"" _t(const char *s, size_t l) { inline constexpr unsigned int operator""_t(const char *s, size_t l) {
return str2tag_core(s, l, 0); return str2tag_core(s, l, 0);
} }