I am not able to locate a particular header file on disk, while my compiler (icpc) includes it without any errors.
How can I find the header file?
I tried querying the preprocessor for the header file locations as suggested here.
First of all, icpc does not report its preprocessor. Secondly, I cannot find the header file in cc1
's locations as well.