mirror of
https://github.com/bolero-MURAKAMI/Sprout
synced 2025-08-03 12:49:50 +00:00
fix <cstddef> include, for clang 3.5 earlier with libstdc++ 20140422 or later
This commit is contained in:
parent
74f79f3717
commit
3c4a048f25
263 changed files with 311 additions and 270 deletions
|
@ -8,8 +8,8 @@
|
|||
#ifndef SPROUT_CONTAINER_BEGIN_HPP
|
||||
#define SPROUT_CONTAINER_BEGIN_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/container/container_traits.hpp>
|
||||
#include <sprout/container/container_range_traits.hpp>
|
||||
#include <sprout/adl/not_found.hpp>
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
#ifndef SPROUT_CONTAINER_CONTAINER_RANGE_TRAITS_HPP
|
||||
#define SPROUT_CONTAINER_CONTAINER_RANGE_TRAITS_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/container/container_traits.hpp>
|
||||
|
||||
namespace sprout {
|
||||
|
|
|
@ -8,11 +8,11 @@
|
|||
#ifndef SPROUT_CONTAINER_CONTAINER_TRAITS_HPP
|
||||
#define SPROUT_CONTAINER_CONTAINER_TRAITS_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
#include <array>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/type_traits/integral_constant.hpp>
|
||||
#include <sprout/type_traits/has_xxx.hpp>
|
||||
#include <sprout/type_traits/inherit_if_xxx.hpp>
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
#ifndef SPROUT_CONTAINER_CONTAINER_TRANSFORM_TRAITS_HPP
|
||||
#define SPROUT_CONTAINER_CONTAINER_TRANSFORM_TRAITS_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/container/container_traits.hpp>
|
||||
#include <sprout/container/detail/array_like.hpp>
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
#ifndef SPROUT_CONTAINER_DETAIL_ARRAY_LIKE_HPP
|
||||
#define SPROUT_CONTAINER_DETAIL_ARRAY_LIKE_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/type_traits/integral_constant.hpp>
|
||||
|
||||
namespace sprout {
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
#ifndef SPROUT_CONTAINER_END_HPP
|
||||
#define SPROUT_CONTAINER_END_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/container/container_traits.hpp>
|
||||
#include <sprout/container/container_range_traits.hpp>
|
||||
#include <sprout/adl/not_found.hpp>
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
#include <sscrisk/cel/array.hpp>
|
||||
#include <sprout/config.hpp>
|
||||
#if SPROUT_USE_INDEX_ITERATOR_IMPLEMENTATION
|
||||
# include <cstddef>
|
||||
# include <type_traits>
|
||||
# include <sprout/workaround/std/cstddef.hpp>
|
||||
# include <sprout/container/traits.hpp>
|
||||
# include <sprout/iterator/index_iterator.hpp>
|
||||
#endif
|
||||
|
|
|
@ -11,8 +11,8 @@
|
|||
#include <array>
|
||||
#include <sprout/config.hpp>
|
||||
#if SPROUT_USE_INDEX_ITERATOR_IMPLEMENTATION
|
||||
# include <cstddef>
|
||||
# include <type_traits>
|
||||
# include <sprout/workaround/std/cstddef.hpp>
|
||||
# include <sprout/container/traits.hpp>
|
||||
# include <sprout/iterator/index_iterator.hpp>
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue