You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix compilation errors with libc++ on QNX 7
It seems that the QNX 7 compiler (i.e qcc based on GCC 5.4.0 with
libc++ from LLVM) has a limited c++11 feature support and causing
the compilation errors with the inheriting constructors. This patch
fixes the issues by providing the required constructors explicitly.