]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/cml/core/cml_meta.h
extreme refactoring
[chaz/yoink] / src / Moof / cml / core / cml_meta.h
diff --git a/src/Moof/cml/core/cml_meta.h b/src/Moof/cml/core/cml_meta.h
new file mode 100644 (file)
index 0000000..679f761
--- /dev/null
@@ -0,0 +1,24 @@
+/* -*- C++ -*- ------------------------------------------------------------
+Copyright (c) 2007 Jesse Anders and Demian Nave http://cmldev.net/
+
+The Configurable Math Library (CML) is distributed under the terms of the
+Boost Software License, v1.0 (see cml/LICENSE for details).
+
+ *-----------------------------------------------------------------------*/
+/** @file
+ *  @brief A few simple metaprogramming tools.
+ */
+
+#ifndef cml_meta_h
+#define cml_meta_h
+
+/* Include all of the template metaprogramming tools: */
+#include <cml/core/meta/common.h>
+#include <cml/core/meta/if.h>
+#include <cml/core/meta/switch.h>
+
+#endif
+
+// -------------------------------------------------------------------------
+// vim:ft=cpp
This page took 0.024193 seconds and 4 git commands to generate.