
2 Sep
2010
2 Sep
'10
8:29 a.m.
To write a library to add a POSIX emulation layer on Windows, is there a way to add symbols from my library to C/C++ standard library headers, without getting into recursive inclusion ?
Boost.TR1 does this and it's a horrible mess that only works most of the time.
And a complete PITA to maintain. Don't go there unless you have to. John.