#ifndef GENERS_IOISPAIR_HH_ #define GENERS_IOISPAIR_HH_ #include namespace gs { template struct IOIsPair { enum {value = 0}; }; template struct IOIsPair > { enum {value = 1}; }; } #endif // GENERS_IOISPAIR_HH_