Skip to content

Commit ab559f8

Browse files
committed
[FOLD]
1 parent c649eda commit ab559f8

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

test/unit/server/basic_router.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,6 @@ struct basic_router_test
13831383

13841384
void testExcept()
13851385
{
1386-
static auto const GET = http_proto::method::get;
13871386
{
13881387
test_router r;
13891388
r.except(ex_skip());

test/unit/server/cors.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
namespace boost {
1717
namespace http_proto {
1818

19+
#if 0
1920
class field_item
2021
{
2122
public:
@@ -83,16 +84,19 @@ struct list
8384
private:
8485
std::string s_;
8586
};
87+
#endif
8688

8789
struct cors_test
8890
{
8991
void run()
9092
{
93+
#if 0
9194
list<field_item> v({
9295
field::access_control_allow_origin,
9396
"example.com",
9497
"example.org"
9598
});
99+
#endif
96100
}
97101
};
98102

0 commit comments

Comments
 (0)