00001 /* -*- C++ -*- ------------------------------------------------------------ 00002 00003 Copyright (c) 2007 Jesse Anders and Demian Nave http://cmldev.net/ 00004 00005 The Configurable Math Library (CML) is distributed under the terms of the 00006 Boost Software License, v1.0 (see cml/LICENSE for details). 00007 00008 *-----------------------------------------------------------------------*/ 00013 #ifndef cml_meta_h 00014 #define cml_meta_h 00015 00016 /* Include all of the template metaprogramming tools: */ 00017 #include <cml/core/meta/common.h> 00018 #include <cml/core/meta/if.h> 00019 #include <cml/core/meta/switch.h> 00020 00021 #endif 00022 00023 // ------------------------------------------------------------------------- 00024 // vim:ft=cpp