mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Make cstdint.hpp work on QNX 6.6
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user