Skip to content

Commit

Permalink
Merge branch 'master' of github.com:yhirose/cpp-httplib
Browse files Browse the repository at this point in the history
  • Loading branch information
yhirose committed Oct 15, 2024
2 parents d79633f + f884a56 commit 3701195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httplib.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit 3701195

Please sign in to comment.