boost_array.hpp
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
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