aboutsummaryrefslogtreecommitdiffhomepage
path: root/tvmet-1.7.1/include/tvmet/tvmet.h
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-05-31 10:09:44 +0000
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2007-05-31 10:09:44 +0000
commiteab54b49eadbe926284a7ed6ecc585cf2788c84a (patch)
treecd4c53cf2588bf49bc8218cd0f7ac79c0d1e9da6 /tvmet-1.7.1/include/tvmet/tvmet.h
parent8f202dc67fed62f3a6600f744644fbb61d7e4e29 (diff)
More cleanup, add CMakeLists for the testsuite. Now need to port it
to QTestLib :/
Diffstat (limited to 'tvmet-1.7.1/include/tvmet/tvmet.h')
-rw-r--r--tvmet-1.7.1/include/tvmet/tvmet.h19
1 files changed, 0 insertions, 19 deletions
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 <tvmet/config/config-vc71.h>
#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
*/