|
|
|
|
|
by pjmlp
3793 days ago
|
|
Clang, gcc and MSVC are hardly "every major compiler", as there are many others to choose from specially in the embedded systems, real time OSes, classical commercial UNIX and mainframes. We don't have always the luxury of choosing which compiler to use. Relying on implementation details of the compiler or provided library is the first trap to writing portable code across OSes and compiler vendors. |
|