Community
Participate
Working Groups
In this simple program: #include <cstdlib> #include <iostream> #include <errno.h> #include <string.h> int main(int argc, char *argv[]) { std::cout << "Welcome to the QNX Momentics IDE" << strerror(errno) << std::endl; return EXIT_SUCCESS; } The CDT8 (QNX distribution) will report: Multiple markers at this line - Invalid overload of 'std::endl' - Function 'strerror' could not be resolved
This looks like a parser problem, not Codan problem, since these two are parser errors.
Works fine for me with CDT 8.2 (Kepler).
Closing per comment 2. Feel free to reopen if you're still seeing this.