Commit 44be25e1 authored by Davis King's avatar Davis King

Added the command_line_parser and wcommand_line_parser typedefs.

parent 8e5e1e89
......@@ -58,6 +58,14 @@ namespace dlib
check_1a_c;
};
// ----------------------------------------------------------------------------------------
typedef cmd_line_parser<char>::check_1a_c command_line_parser;
typedef cmd_line_parser<wchar_t>::check_1a_c wcommand_line_parser;
// ----------------------------------------------------------------------------------------
}
#endif // DLIB_CMD_LINE_PARSEr_
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment