We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d8a141 commit c19a64cCopy full SHA for c19a64c
src/literals.h
@@ -7,8 +7,8 @@ namespace asyncsrv {
7
8
static constexpr const char *empty = "";
9
10
-static const char T_inline[] = "inline";
11
-static const char T_attachment[] = "attachment; filename=\"%s\"";
+static constexpr const char *T_inline = "inline";
+static constexpr const char *T_attachment = "attachment; filename=\"%s\"";
12
13
static constexpr const char *T__opaque = "\", opaque=\"";
14
static constexpr const char *T_100_CONTINUE = "100-continue";
0 commit comments