mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-18 15:24:11 +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,9 +8,9 @@
|
|||
#ifndef SPROUT_ALGORITHM_CXX14_RANDOM_SWAP_HPP
|
||||
#define SPROUT_ALGORITHM_CXX14_RANDOM_SWAP_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/algorithm/cxx14/iter_swap.hpp>
|
||||
#include <sprout/workaround/detail/uniform_int_distribution.hpp>
|
||||
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
#ifndef SPROUT_ALGORITHM_CXX14_SHUFFLE_HPP
|
||||
#define SPROUT_ALGORITHM_CXX14_SHUFFLE_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <iterator>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/algorithm/cxx14/iter_swap.hpp>
|
||||
#include <sprout/workaround/detail/uniform_int_distribution.hpp>
|
||||
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
#ifndef SPROUT_ALGORITHM_FIXED_RANDOM_SWAP_HPP
|
||||
#define SPROUT_ALGORITHM_FIXED_RANDOM_SWAP_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/array/array.hpp>
|
||||
#include <sprout/container/traits.hpp>
|
||||
#include <sprout/container/functions.hpp>
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
#ifndef SPROUT_ALGORITHM_FIXED_RANDOM_SWAP_RESULT_HPP
|
||||
#define SPROUT_ALGORITHM_FIXED_RANDOM_SWAP_RESULT_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/array/array.hpp>
|
||||
#include <sprout/tuple/tuple/tuple.hpp>
|
||||
#include <sprout/tuple/tuple/get.hpp>
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
#ifndef SPROUT_ALGORITHM_FIXED_RECURRENCE_HPP
|
||||
#define SPROUT_ALGORITHM_FIXED_RECURRENCE_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/container/traits.hpp>
|
||||
#include <sprout/container/functions.hpp>
|
||||
#include <sprout/iterator/operation.hpp>
|
||||
|
|
|
@ -8,8 +8,8 @@
|
|||
#ifndef SPROUT_ALGORITHM_FIXED_SHUFFLE_HPP
|
||||
#define SPROUT_ALGORITHM_FIXED_SHUFFLE_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/index_tuple/metafunction.hpp>
|
||||
#include <sprout/array/array.hpp>
|
||||
#include <sprout/pit/pit.hpp>
|
||||
|
|
|
@ -8,9 +8,9 @@
|
|||
#ifndef SPROUT_ALGORITHM_FIXED_SHUFFLE_RESULT_HPP
|
||||
#define SPROUT_ALGORITHM_FIXED_SHUFFLE_RESULT_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/index_tuple/metafunction.hpp>
|
||||
#include <sprout/array/array.hpp>
|
||||
#include <sprout/pit/pit.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue