https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107134

--- Comment #2 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Although we could do:

#if ! _GLIBCXX_HOSTED
#include <stdint-gcc.h>
#else
#include_next <stdint.h>
#endif

to make it work.

Reply via email to