sigx++  2.0.1
__sigx_pchfence__.h
Go to the documentation of this file.
1 // this file just exists as a fence for the precompiled headers;
2 // with MSVC it doesn't even need to exist when pch is turned on, but as I
3 // include it unconditionally it has to be present.
4 //
5 // I don't include any files here as 1) I don't want to impose any includes on
6 // each cpp file and 2) the compilation will work without side effects
7 // (performance etc...) if precompiled headers are turned off.
8 // Rather __sigx_pchfence__.cpp includes everything that sigx needs and each
9 // cpp file includes its own more accurate headers which also will be looked
10 // up in the precomiled header file sigx-2.0.pch;