Opened 11 years ago
Closed 11 years ago
#5657 closed Bugs (duplicate)
Use std::runtime_error instead of logic_error
Reported by: | Owned by: | Vladimir Prus | |
---|---|---|---|
Milestone: | Boost 1.48.0 | Component: | program_options |
Version: | Boost 1.46.1 | Severity: | Problem |
Keywords: | Cc: |
Description
Logic errors should not be used for errors like file not found.
Note:
See TracTickets
for help on using tickets.
See #4133.