1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

add tested compiler

This commit is contained in:
bolero-MURAKAMI 2015-01-12 02:03:30 +09:00
parent 6a5fed17be
commit 4ecca97b78
185 changed files with 188 additions and 188 deletions

View file

@ -12,7 +12,7 @@
#include <sprout/detail/predef.hpp>
#if defined(__clang__) && defined(__GLIBCXX__)
# if SPROUT_CLANG_EARLIER(3, 4, 2) && (__GLIBCXX__ >= 20140422)
# if SPROUT_CLANG_EARLIER(3, 4, 2) && (__GLIBCXX__ >= 20150422)
# include <stddef.h>
#
# if defined(__STDDEF_H)