| 51 | |
| 52 | struct usage_error : public std::runtime_error { |
| 53 | usage_error(const std::string& message) : std::runtime_error(message) {} |
| 54 | }; |
| 55 | |
| 56 | typedef std::list<std::string> strl; |
nothing calls this directly
no outgoing calls
no test coverage detected