From eab54b49eadbe926284a7ed6ecc585cf2788c84a Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Thu, 31 May 2007 10:09:44 +0000 Subject: More cleanup, add CMakeLists for the testsuite. Now need to port it to QTestLib :/ --- tvmet-1.7.1/include/tvmet/tvmet.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'tvmet-1.7.1/include/tvmet/tvmet.h') diff --git a/tvmet-1.7.1/include/tvmet/tvmet.h b/tvmet-1.7.1/include/tvmet/tvmet.h index 7e66fefd7..abf7a7a0e 100644 --- a/tvmet-1.7.1/include/tvmet/tvmet.h +++ b/tvmet-1.7.1/include/tvmet/tvmet.h @@ -51,25 +51,6 @@ # include #endif - -// give up for these cases -#if !defined(TVMET_HAVE_MUTABLE) -# error "Your compiler doesn't support the mutable keyword! Giving up." -#endif - -#if !defined(TVMET_HAVE_TYPENAME) -# error "Your compiler doesn't support the typename keyword! Giving up." -#endif - -#if !defined(TVMET_HAVE_NAMESPACES) -# error "Your compiler doesn't support the namespace concept! Giving up." -#endif - -#if !defined(TVMET_HAVE_PARTIAL_SPECIALIZATION) -# error "Your compiler doesn't support partial specialization! Giving up." -#endif - - /* * other compiler specific stuff */ -- cgit v1.2.3