44 #error In <blitz/config.h>: A working template implementation is required by Blitz++ (you may need to rerun the compiler/bzconfig script)
45#endif
46
47#ifndef BZ_HAVE_MEMBER_TEMPLATES
48 #error In <blitz/config.h>: Your compiler does not support member templates. (you may need to rerun the compiler/bzconfig script)
49#endif
50
51#ifndef BZ_HAVE_FULL_SPECIALIZATION_SYNTAX
52 #error In <blitz/config.h>: Your compiler does not support template<> full specialization syntax. You may need to rerun the compiler/bzconfig script.
53#endif
54
55#ifndef BZ_HAVE_PARTIAL_ORDERING
56 #error In <blitz/config.h>: Your compiler does not support partial ordering (you may need to rerun the compiler/bzconfig script)
57#endif
58
59#ifndef BZ_HAVE_PARTIAL_SPECIALIZATION
60 #error In <blitz/config.h>: Your compiler does not support partial specialization (you may need to rerun the compiler/bzconfig script)