mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
Merge branch 'master' of github.com:yhirose/cpp-httplib
This commit is contained in:
commit
3701195033
1 changed files with 1 additions and 1 deletions
|
@ -3759,7 +3759,7 @@ inline unsigned int str2tag(const std::string &s) {
|
|||
|
||||
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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue