mirror of https://github.com/davisking/dlib.git
Made a minor change to avoid what is apparently a bug in visual studio 2005
--HG-- extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403255
This commit is contained in:
parent
8c8d37f7c5
commit
69d28ee0ea
|
@ -734,6 +734,8 @@ namespace
|
|||
argc = 8;
|
||||
|
||||
|
||||
DLIB_TEST(std::basic_string<ct>(argv[0]) == _dT(ct,"program"));
|
||||
|
||||
test.add_option(_dT(ct,"mavis"),_dT(ct,"mavis option"), 1);
|
||||
test.add_option(_dT(ct,"b"),_dT(ct,"b option"));
|
||||
test.add_option(_dT(ct,"d"),_dT(ct,"d option"));
|
||||
|
|
Loading…
Reference in New Issue