Specifies a directory name for the exported template search path.
None
IA-32, IntelŪ EM64T, IntelŪ ItaniumŪ architecture
Linux and Mac OS: | -export-dir dir |
Windows: | None |
dir | Is the directory name to add to the search path. |
OFF | The compiler does not recognize exported templates. |
This option specifies a directory name for the exported template search path. To use this option, you must also specify the -export option.
Directories in the search path are used to find the definitions of exported templates and are searched in the order in which they are specified on the command-line. The current directory is always the first entry in the search path.
None
export compiler option