When building Photon applications you may encounter compile errors if you are using -std=c++0x.
This is due to implicit definitions that GCC makes when using
c++0x (STRICT_ANSI, for example) that cause the extended types in QNX
headers to be disabled.
Using -std=gnu++0x instead will resolve the issue.
NOTE:
This entry has been validated against the SDP version listed above. Use
caution when considering this advice for any other SDP version. For
supported releases, please reach out to QNX Technical Support if you have any questions/concerns.