author | sl |
Tue, 10 Jun 2014 14:32:02 +0200 | |
changeset 1 | 260cb5ec6c19 |
permissions | -rw-r--r-- |
sl@0 | 1 |
// -*- C++ -*- forwarding header. |
sl@0 | 2 |
// (C) Copyright Jeremy Siek 2004 |
sl@0 | 3 |
// Distributed under the Boost Software License, Version 1.0. (See |
sl@0 | 4 |
// accompanying file LICENSE_1_0.txt or copy at |
sl@0 | 5 |
// http://www.boost.org/LICENSE_1_0.txt) |
sl@0 | 6 |
|
sl@0 | 7 |
#ifndef BOOST_CSTDDEF_HPP |
sl@0 | 8 |
#define BOOST_CSTDDEF_HPP |
sl@0 | 9 |
|
sl@0 | 10 |
#if defined(__sgi) && !defined(__GNUC__) |
sl@0 | 11 |
# include <stddef.h> |
sl@0 | 12 |
#else |
sl@0 | 13 |
# include <cstddef> |
sl@0 | 14 |
#endif |
sl@0 | 15 |
|
sl@0 | 16 |
#endif |