
22 Jun
2006
22 Jun
'06
5:52 p.m.
"John Maddock" wrote:
The Config may catch the [not using STLport] by:
[ snip ]
I didn't quite do it like that (I used the STLPort feature detection macros, but it's in cvs now.
A complete test would check for Dinkumware, Rogue Wave and so on. But for STLport (5.10) it works and this is the only implementation that "oficially" supports DMC, AFAIK.
#ifdef _MT ....
Isn't the test for _MT wrong as well: as far as I can tell dmc always supports threads on Win32 ? There certainly appear to be no compiler options that effect threading.
Yes, my fault. MT is always on. /Pavel