Files
android_external_libcxx/include
Eric Fiselier 6918a0973b Add stdbool.h wrapper for libc++
Summary:
According to the C++ standard <stdbool.h> isn't allowed to define `true` `false` or `bool`. However these macros are sometimes defined by the compilers `stdbool.h`.

Clang defines the macros whenever `__STRICT_ANSI__` isn't defined (ie `-std=gnu++11`).
New GCC versions define the macros in C++03 mode only, older GCC versions (4.9 and before) always define the macros.

This patch adds a wrapper header for `stdbool.h` that undefs the required macros.

Reviewers: mclow.lists, rsmith, EricWF

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D16346

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@261381 91177308-0d34-0410-b5e6-96231b3b80d8
2016-02-20 00:16:41 +00:00
..
2016-01-28 04:15:35 +00:00
2016-02-18 00:20:34 +00:00
2015-02-05 02:34:59 +00:00
2011-10-17 20:05:10 +00:00
2011-10-17 20:05:10 +00:00
2015-10-08 20:36:30 +00:00
2015-10-08 20:37:11 +00:00
2015-10-08 20:37:44 +00:00
2015-11-30 05:39:30 +00:00
2011-10-17 20:05:10 +00:00
2011-10-17 20:05:10 +00:00
2015-10-08 20:40:34 +00:00
2013-10-05 21:19:49 +00:00
2015-10-08 20:41:26 +00:00
2011-10-17 20:05:10 +00:00
2011-10-17 20:05:10 +00:00
2011-10-17 20:05:10 +00:00
2011-10-17 20:05:10 +00:00
2015-10-09 01:29:09 +00:00
2015-10-09 01:41:45 +00:00
2011-10-17 20:05:10 +00:00
2015-10-09 19:57:37 +00:00
2016-02-10 21:53:28 +00:00
2015-05-19 02:03:22 +00:00
2015-11-30 05:04:48 +00:00
2016-02-20 00:16:41 +00:00
2015-10-09 01:29:09 +00:00
2011-10-17 20:05:10 +00:00
2015-10-09 19:57:37 +00:00