boost_array.hpp

Go to the documentation of this file.
00001 /*
00002  * 
00003  * Copyright (c) 2002, 2003 Kresimir Fresl, Toon Knapen and Karl Meerbergen
00004  *
00005  * Distributed under the Boost Software License, Version 1.0.
00006  * (See accompanying file LICENSE_1_0.txt or copy at
00007  * http://www.boost.org/LICENSE_1_0.txt)
00008  *
00009  * KF acknowledges the support of the Faculty of Civil Engineering, 
00010  * University of Zagreb, Croatia.
00011  *
00012  */
00013 
00014 #ifndef BOOST_NUMERIC_BINDINGS_TRAITS_BOOST_ARRAY_H
00015 #define BOOST_NUMERIC_BINDINGS_TRAITS_BOOST_ARRAY_H
00016 
00017 #include <boost/numeric/bindings/traits/config.hpp> 
00018 
00019 #ifndef BOOST_NUMERIC_BINDINGS_POOR_MANS_TRAITS 
00020 
00021 #include <boost/numeric/bindings/traits/vector_traits.hpp>
00022 #include <boost/array.hpp>
00023 
00024 #else
00025 
00026 #error with your compiler boost::array<> cannot be used in bindings
00027 
00028 #endif 
00029 
00030 #endif 

Generated on Wed Nov 23 18:59:58 2011 for FreeCAD by  doxygen 1.6.1