This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: stdbool.h availability
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Benjamin Kosnik <bkoz at redhat dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 10 Apr 2008 16:11:53 -0500
- Subject: Re: stdbool.h availability
- References: <20080409141134.3ba33de1@wabash.artheist.org>
> In other words, when is _GLIBCXX_HAVE_STDBOOL_H false?
We'll find out soon enough on this, as stdatomic.h uses stdbool.h.
If, as I suspect, stdbool.h is always present I'll patch this so that
stddef/stdbool/and a future stdint will behave in a similar manner.
-benjamin