diff --git a/include/crow/http_parser_merged.h b/include/crow/http_parser_merged.h index ad9687a75..c376f5f5a 100644 --- a/include/crow/http_parser_merged.h +++ b/include/crow/http_parser_merged.h @@ -846,8 +846,7 @@ inline size_t http_parser_execute(http_parser *parser, */ static const char tokens[256] = {/* 0 nul 1 soh 2 stx 3 etx 4 eot 5 enq 6 ack 7 bel */ - 0, - 0, 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, 0, 0, /* 8 bs 9 ht 10 nl 11 vt 12 np 13 cr 14 so 15 si */ 0, 0, 0, 0, 0, 0, 0, 0, diff --git a/include/crow/utility.h b/include/crow/utility.h index 0966b62ea..ea9a97594 100644 --- a/include/crow/utility.h +++ b/include/crow/utility.h @@ -341,7 +341,7 @@ struct pop_back_helper, Tuple> { template struct pop_back //: public pop_back_helper::type, std::tuple> + // gen_seq::type, std::tuple> { template