forked from yhirose/cpp-httplib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit f884a56
Remove space between operator"" and _t (yhirose#1962)
This should fix a -Wdeprecated-literal-operator instance since this is
deprecated as a result of CWG2521 (iiuc C++23).1 parent e0ebc43 commit f884a56
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3760 | 3760 |
| |
3761 | 3761 |
| |
3762 | 3762 |
| |
3763 | - | ||
3763 | + | ||
3764 | 3764 |
| |
3765 | 3765 |
| |
3766 | 3766 |
| |
|
0 commit comments