You've already forked cpp-httplib
Remove space between operator"" and _t (#1962)
This should fix a -Wdeprecated-literal-operator instance since this is deprecated as a result of CWG2521 (iiuc C++23).
This commit is contained in:
This should fix a -Wdeprecated-literal-operator instance since this is deprecated as a result of CWG2521 (iiuc C++23).