os/ossrv/ossrv_pub/boost_apis/boost/pending/cstddef.hpp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
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