From 62da7331a2422edd1e021f769a823bb81fefb2bf Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Fri, 16 Jan 2004 23:50:17 +0000 Subject: [PATCH] Updated portability info [SVN r1888] --- doc/named_params.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/named_params.rst b/doc/named_params.rst index 4beabd2..325e2e5 100755 --- a/doc/named_params.rst +++ b/doc/named_params.rst @@ -390,10 +390,12 @@ Portability Boost.NamedParams has been confirmed to work on the following compilers: - - VC6 sp5, VC7 [#norestrict]_ - - VC7.1 - - GCC3.3.1 (cygwin), GCC2.95.3 (cygwin) - - Metrowerks Codewarrior xx.xx (?) + - Microsoft VC6 sp5, VC7 [#norestrict]_ + - Microsoft VC7.1 + - GCC3.3.1 (cygwin), GCC2.95.3 (cygwin), GCC3.2 (mingw) + - Metrowerks Codewarrior Pro8 and Pro9 (Windows) + - Intel C++ 5.0,6.0,7.1,8.0 (Windows) + - Comeau 4.3.3 -----------------------------