None.
Changes the standard search location for the XL C++ header files.
.- :-------------. V | >>- -q--cpp_stdinc--=--+---+----directory_path-+--+---+-------->< '-"-' '-"-'
By default, the compiler searches the directory specified in the configuration file for the XL C++ header files (this is normally /opt/ibmcmp/vacpp/11.1/include/).
This option allows you to change the search paths for specific compilations. To permanently change the default search paths for the XL C++ headers, you use a configuration file to do so; see Directory search sequence for include files for more information.
If this option is specified more than once, only the last instance of the option is used by the compiler.
This option is ignored if the -qnostdinc option is in effect.
None.
xlc++ myprogram.C -qcpp_stdinc=mypath/headers1:mypath/headers2