introspection: remove type_name's empty default definition
This commit is contained in:
parent
99034e4e4e
commit
bc8cac0e1e
@ -26,10 +26,8 @@
|
||||
#include <tuple>
|
||||
|
||||
namespace util {
|
||||
template <
|
||||
typename T
|
||||
>
|
||||
struct type_name { };
|
||||
template <typename T>
|
||||
struct type_name;
|
||||
|
||||
template <> struct type_name<bool> { static constexpr const char value[] = "bool"; };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user