pending stuff from Boost Graph Library

[SVN r7704]
This commit is contained in:
Jeremy Siek
2000-09-18 08:24:47 +00:00
committed by Glen Fernandes
parent 0f228bcf5b
commit ee352dee03
2 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
// -*- C++ -*- forwarding header.
#ifndef BOOST_CSTDDEF_HPP
#define BOOST_CSTDDEF_HPP
#if defined(__sgi) && !defined(__GNUC__)
# include <stddef.h>
#else
# include <cstddef>
#endif
#endif