X-Git-Url: http://git.tdb.fi/?p=libs%2Fdatafile.git;a=blobdiff_plain;f=source%2Ftype.h;h=85cfec40f2afc9aa79f38d646baf64dea473cd0a;hp=58766289bc172a0e214917c961452976fac5645e;hb=bdd957e58dc6fdaa3cac1202daf0d16d41491278;hpb=8955db30f9cd1c1566b349da29e669f065f84e36 diff --git a/source/type.h b/source/type.h index 5876628..85cfec4 100644 --- a/source/type.h +++ b/source/type.h @@ -123,6 +123,12 @@ struct TypeInfo: BoolType { }; template<> struct TypeInfo: StringType { }; +template<> +struct TypeInfo: StringType { }; + +template<> +struct TypeInfo: StringType { }; + template struct TypeInfo: TypeInfo { };