~ubuntu-branches/ubuntu/warty/aqsis/warty

« back to all changes in this revision

Viewing changes to boost/boost/pending/cstddef.hpp

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-08-24 07:25:04 UTC
  • Revision ID: james.westby@ubuntu.com-20040824072504-zf993vnevvisdsvb
Tags: upstream-0.9.1
ImportĀ upstreamĀ versionĀ 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- C++ -*- forwarding header.
 
2
 
 
3
#ifndef BOOST_CSTDDEF_HPP
 
4
#define BOOST_CSTDDEF_HPP
 
5
 
 
6
#if defined(__sgi) && !defined(__GNUC__)
 
7
# include <stddef.h>
 
8
#else
 
9
# include <cstddef>
 
10
#endif
 
11
 
 
12
#endif