sigx++
2.0.1
Main Page
Modules
Namespaces
Data Structures
Files
Examples
File List
Globals
src
__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;
Generated on Mon Sep 2 2013 01:02:21 for sigx++ by
1.8.4