dynamic.h

Go to the documentation of this file.
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

Generated on Sat Jul 18 19:35:20 2009 for CML 1.0 by  doxygen 1.5.9