From 9f196beeea75f70bf030fe11f47f64debf6e311e Mon Sep 17 00:00:00 2001 From: King_DuckZ Date: Tue, 2 May 2017 18:38:09 +0100 Subject: [PATCH] Drop unused template argument. --- include/duckhandy/lexical_cast.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/duckhandy/lexical_cast.hpp b/include/duckhandy/lexical_cast.hpp index 10be17e..62c7edf 100644 --- a/include/duckhandy/lexical_cast.hpp +++ b/include/duckhandy/lexical_cast.hpp @@ -1,4 +1,4 @@ -/* Copyright 2016, Michele Santullo +/* Copyright 2016, 2017 Michele Santullo * This file is part of "duckhandy". * * "duckhandy" is free software: you can redistribute it and/or modify @@ -77,7 +77,7 @@ namespace dhandy { static constexpr int check (T) { return 0; } }; - template