
6 Jul
2007
6 Jul
'07
3:44 p.m.
Vadim Zeitlin wrote:
I'd say that it is out of date. We don't impose any requirements not to use some C++ features any more in (upcoming) wxWidgets 3. But it's true that we have to make sure that our code builds on a lot of platforms, some of them with rather bad C++/STL support (for instance Windows CE or Symbian still don't have the latter at all) and this still imposes some restrictions in practice.
Even further OT but... Windows CE and Symbian do have STL. At least recent versions. MSVC 2005 standard and above ship with a Windows CE STL and Symbian now comes with OpenC + STLPort. - Michael Marcin