]> git.lyx.org Git - lyx.git/blob - boost/boost/multi_array/types.hpp
2002-05-24 Lars Gullik Bj�nnes <larsbj@birdstep.com>
[lyx.git] / boost / boost / multi_array / types.hpp
1 #ifndef BOOST_MULTI_ARRAY_TYPES_RG071801_HPP
2 #define BOOST_MULTI_ARRAY_TYPES_RG071801_HPP
3
4 //
5 // types.hpp - supply types that are needed by several headers
6 //
7 #include "boost/config.hpp"
8 #include <cstddef>
9
10 namespace boost {
11 namespace detail {
12 namespace multi_array{
13
14 // needed typedefs
15 typedef std::size_t size_type;
16 typedef int index;
17
18 } // namespace multi_array
19 } // namespace detail
20 } // namespace boost
21   
22
23
24
25 #endif // BOOST_MULTI_ARRAY_TYPES_RG071801_HPP