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 c649eda commit ab559f8Copy full SHA for ab559f8
2 files changed
test/unit/server/basic_router.cpp
@@ -1383,7 +1383,6 @@ struct basic_router_test
1383
1384
void testExcept()
1385
{
1386
- static auto const GET = http_proto::method::get;
1387
1388
test_router r;
1389
r.except(ex_skip());
test/unit/server/cors.cpp
@@ -16,6 +16,7 @@
16
namespace boost {
17
namespace http_proto {
18
19
+#if 0
20
class field_item
21
22
public:
@@ -83,16 +84,19 @@ struct list
83
84
private:
85
std::string s_;
86
};
87
+#endif
88
89
struct cors_test
90
91
void run()
92
93
94
list<field_item> v({
95
field::access_control_allow_origin,
96
"example.com",
97
"example.org"
98
});
99
100
}
101
102
0 commit comments