Преглед изворни кода

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

yhirose пре 1 година
родитељ
комит
3701195033
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      httplib.h

+ 1 - 1
httplib.h

@@ -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);
 }