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