Skip to content

Commit

Permalink
refactor code
Browse files Browse the repository at this point in the history
  • Loading branch information
ayaankhan98 committed Dec 6, 2020
1 parent 282e708 commit 78099ad
Show file tree
Hide file tree
Showing 5 changed files with 14,417 additions and 13,525 deletions.
3 changes: 1 addition & 2 deletions include/crow/http_parser_merged.h
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion include/crow/utility.h
Expand Up @@ -341,7 +341,7 @@ struct pop_back_helper<seq<N...>, Tuple> {

template <typename... T>
struct pop_back //: public pop_back_helper<typename
//gen_seq<sizeof...(T)-1>::type, std::tuple<T...>>
// gen_seq<sizeof...(T)-1>::type, std::tuple<T...>>
{
template <template <typename... Args> class U>
using rebind =
Expand Down

0 comments on commit 78099ad

Please sign in to comment.