diff --git a/include/duckhandy/lexical_cast.hpp b/include/duckhandy/lexical_cast.hpp index 62c7edf..3d9d6cb 100644 --- a/include/duckhandy/lexical_cast.hpp +++ b/include/duckhandy/lexical_cast.hpp @@ -39,10 +39,13 @@ namespace dhandy { namespace customize { template - struct index_array_to_string; + struct index_to_char; template struct char_to_int; + + template + struct array_to_t; } //namespace customize namespace implem { @@ -77,18 +80,22 @@ namespace dhandy { static constexpr int check (T) { return 0; } }; - template