Remove leftover template<...>

This commit is contained in:
Joakim Hove
2020-10-01 16:59:50 +02:00
parent 96ce078dfd
commit c0336d5eb7

View File

@@ -66,7 +66,6 @@ public:
OpmInputError("Error at line {line} in file {file} - keyword: {keyword} has invalid argument {}", invalid_argument);
*/
template<class ... Args>
OpmInputError(const std::string& msg_fmt, const KeywordLocation& loc) :
m_what { OpmInputError::format(msg_fmt, loc) },
location { loc }