From eb1b042e0638869ba7f3517bc461b3d12f9dd860 Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Wed, 27 Apr 2016 16:12:45 +1000 Subject: [PATCH] j/except: remove useless inherited constructor --- json/except.hpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/json/except.hpp b/json/except.hpp index b795cc53..decd061d 100644 --- a/json/except.hpp +++ b/json/except.hpp @@ -36,8 +36,6 @@ namespace json { /// Base class for errors thrown during parsing struct parse_error : public error { - using error::error; - explicit parse_error (const std::string &_what, size_t _line = 0); const char* what (void) const noexcept override;