1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/epoc32/include/stdapis/boost/pending/cstddef.hpp Tue Mar 16 16:12:26 2010 +0000
1.3 @@ -0,0 +1,16 @@
1.4 +// -*- C++ -*- forwarding header.
1.5 +// (C) Copyright Jeremy Siek 2004
1.6 +// Distributed under the Boost Software License, Version 1.0. (See
1.7 +// accompanying file LICENSE_1_0.txt or copy at
1.8 +// http://www.boost.org/LICENSE_1_0.txt)
1.9 +
1.10 +#ifndef BOOST_CSTDDEF_HPP
1.11 +#define BOOST_CSTDDEF_HPP
1.12 +
1.13 +#if defined(__sgi) && !defined(__GNUC__)
1.14 +# include <stddef.h>
1.15 +#else
1.16 +# include <cstddef>
1.17 +#endif
1.18 +
1.19 +#endif