mirror of
https://github.com/bolero-MURAKAMI/Sprout.git
synced 2025-07-12 14:54:10 +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,17 +8,17 @@
|
|||
#ifndef SPROUT_CSTDLIB_STR_TO_INT_HPP
|
||||
#define SPROUT_CSTDLIB_STR_TO_INT_HPP
|
||||
|
||||
#include <cstddef>
|
||||
#include <cstdlib>
|
||||
#if !defined(_MSC_VER)
|
||||
# include <cinttypes>
|
||||
#endif
|
||||
#include <type_traits>
|
||||
#include <sprout/config.hpp>
|
||||
#include <sprout/workaround/std/cstddef.hpp>
|
||||
#include <sprout/limits.hpp>
|
||||
#include <sprout/iterator/operation.hpp>
|
||||
#include <sprout/ctype/ascii.hpp>
|
||||
#include <sprout/detail/char_conversion.hpp>
|
||||
#if !defined(_MSC_VER)
|
||||
# include <cinttypes>
|
||||
#endif
|
||||
|
||||
namespace sprout {
|
||||
namespace detail {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue