Skip to content
Snippets Groups Projects
Commit ff0b883b authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Merge branch 'master' of geraldine.fjfi.cvut.cz:/local/projects/tnl/tnl.git

parents d5761391 77f416df
No related branches found
No related tags found
No related merge requests found
......@@ -249,10 +249,6 @@ class tnlMultiArrayTester : public CppUnit :: TestCase
}
};
#else /* HAVE_CPPUNIT */
template< int, Dimensions, typename ElementType, typename Device, typename IndexType >
class tnlMultiArrayTester{};
#endif /* HAVE_CPPUNIT */
......
......@@ -171,11 +171,6 @@ class tnlStaticArrayTester : public CppUnit :: TestCase
}
};
#else /* HAVE_CPPUNIT */
template< int Size, typename ElementType >
class tnlStaticArrayTester{};
#endif /* HAVE_CPPUNIT */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment