You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by Apache Wiki <wi...@apache.org> on 2008/02/15 11:02:33 UTC

[Stdcxx Wiki] Update of "Platforms" by farid

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Stdcxx Wiki" for change notification.

The following page has been changed by farid:
http://wiki.apache.org/stdcxx/Platforms

------------------------------------------------------------------------------
  ||Windows||Borland C++||?||`_WIN32 && __TURBOC__`||
  ||Windows||Digital Mars C++||?||?||
  ||Windows||EDG eccp||?||`_WIN32 && __EDG__ && !__INTEL_COMPILER`||
- ||Windows||Intel C++ [#note_1 1]||?||`_WIN32 && __INTEL_COMPILER`||
+ ||Windows||Intel C++ [#note_1 1]||libc(d).lib, libcmt(d).lib, msvcrt(d).lib||`_WIN32 && __INTEL_COMPILER`||
- ||Windows||Visual C++||?||`_MSC_VER`||
+ ||Windows||Visual C++||libc(d).lib, libcmt(d).lib, msvcrt(d).lib||`_MSC_VER && !__INTEL_COMPILER`||
  ||Windows/Cygwin||gcc||libsupc++||`__CYGWIN__ && __GNUC__`||
  ||Windows/MinGW||gcc||libsupc++||`__MINGW__ && __GNUC__`||