From 7d67f4171fe9573ef363d3972ed5480c42d5f148 Mon Sep 17 00:00:00 2001 From: Mikael Olenfalk Date: Fri, 18 Sep 2015 12:01:35 +0200 Subject: [PATCH] Make cstdint.hpp work on QNX 6.6 --- include/boost/cstdint.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/cstdint.hpp b/include/boost/cstdint.hpp index 69888352..bf7097ec 100644 --- a/include/boost/cstdint.hpp +++ b/include/boost/cstdint.hpp @@ -69,7 +69,7 @@ # endif -#ifdef __QNX__ +#if defined(__QNX__) && defined(__EXT_QNX) // QNX (Dinkumware stdlib) defines these as non-standard names. // Reflect to the standard names.