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 dynamic_h 00014 #define dynamic_h 00015 00016 #include <cml/defaults.h> 00017 00018 namespace cml { 00019 00028 template<class Alloc = CML_DEFAULT_ARRAY_ALLOC> struct dynamic; 00029 00030 } // namespace cml 00031 00032 #endif 00033 00034 // ------------------------------------------------------------------------- 00035 // vim:ft=cpp