mirror of
https://github.com/boostorg/typeof.git
synced 2025-05-09 15:04:00 +00:00
Merge pull request #17 from Kojoley/missing-cstddef-include
Missing `cstddef` include
This commit is contained in:
commit
27890f7ec1
@ -7,6 +7,7 @@
|
||||
|
||||
#include <boost/config.hpp>
|
||||
#include <boost/typeof/constant.hpp>
|
||||
#include <cstddef> // for std::size_t
|
||||
|
||||
namespace boost { namespace type_of {
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
#include <boost/typeof/vector.hpp>
|
||||
#include <boost/type_traits/enable_if.hpp>
|
||||
#include <boost/type_traits/is_function.hpp>
|
||||
#include <cstddef> // for std::size_t
|
||||
|
||||
#define BOOST_TYPEOF_VECTOR(n) BOOST_PP_CAT(boost::type_of::vector, n)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user