#ifndef GENERS_IOISSTRING_HH_ #define GENERS_IOISSTRING_HH_ #include namespace gs { template struct IOIsString { enum {value = 0}; }; template <> struct IOIsString { enum {value = 1}; }; template <> struct IOIsString { enum {value = 1}; }; template <> struct IOIsString { enum {value = 1}; }; template <> struct IOIsString { enum {value = 1}; }; } #endif // GENERS_IOISSTRING_HH_