mirror of
https://github.com/boostorg/integer.git
synced 2025-11-01 00:31:38 +01:00
pending stuff from Boost Graph Library
[SVN r7704]
This commit is contained in:
committed by
Glen Fernandes
parent
0f228bcf5b
commit
ee352dee03
12
include/boost/pending/cstddef.hpp
Normal file
12
include/boost/pending/cstddef.hpp
Normal 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
|
||||
Reference in New Issue
Block a user