Correct code and enable tests for ETL "spline" and "value"
[synfig.git] / ETL / test / value.cpp
index bf01490..c83e83b 100644 (file)
@@ -57,11 +57,13 @@ struct stupidp
        }
 };
 
+#if 0
 template <>
 class etl::value_store_type<stupidp>
 {
        typedef stupidv value_type;
 };
+#endif
 
 int main()
 {