]> Dogcows Code - chaz/yoink/blob - src/cml/core/cml_meta.h
testing new non-autotools build system
[chaz/yoink] / src / cml / core / cml_meta.h
1 /* -*- C++ -*- ------------------------------------------------------------
2
3 Copyright (c) 2007 Jesse Anders and Demian Nave http://cmldev.net/
4
5 The Configurable Math Library (CML) is distributed under the terms of the
6 Boost Software License, v1.0 (see cml/LICENSE for details).
7
8 *-----------------------------------------------------------------------*/
9 /** @file
10 * @brief A few simple metaprogramming tools.
11 */
12
13 #ifndef cml_meta_h
14 #define cml_meta_h
15
16 /* Include all of the template metaprogramming tools: */
17 #include <cml/core/meta/common.h>
18 #include <cml/core/meta/if.h>
19 #include <cml/core/meta/switch.h>
20
21 #endif
22
23 // -------------------------------------------------------------------------
24 // vim:ft=cpp
This page took 0.033922 seconds and 4 git commands to generate.