Peter M. Groen
/
cxxopts
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Plain Diff
Browse Code ยป
Commit
6c946a413ad8917ca1737953a9b406501b0b68f6
Authored by
jarro2783
2016-05-13 15:20:20 +1000
2 parents
652cbdbf
ff3798f2
Merge pull request #21 from nickbp/patch-1
Remove log output
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
src/cxxopts.hpp
src/cxxopts.hpp
View file @
6c946a4
...
...
@@ -391,7 +391,6 @@ namespace cxxopts
391
391
std::istringstream is(text);
392
392
if (!(is >> value))
393
393
{
394
- std::cerr << "cannot parse empty value" << std::endl;
395
394
throw argument_incorrect_type(text);
396
395
}
397
396
...
...