first round of replacing deprecated typedefs with much nicer using statements
This commit is contained in:
@@ -44,7 +44,7 @@ class RequestHandler
|
||||
{
|
||||
|
||||
public:
|
||||
typedef APIGrammar<std::string::iterator, RouteParameters> APIGrammarParser;
|
||||
using APIGrammarParser = APIGrammar<std::string::iterator, RouteParameters>;
|
||||
|
||||
RequestHandler();
|
||||
RequestHandler(const RequestHandler &) = delete;
|
||||
|
||||
Reference in New Issue
Block a user