From a31c0e90821ec21d687101d6edbe2cd0aaa461c7 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Wed, 1 May 2002 17:28:37 +0000 Subject: [PATCH] Removed teaser index; updated compiler results for MSVC6/STLPort. [SVN r13609] --- doc/index.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/doc/index.html b/doc/index.html index cdadb8e1..b70019ed 100644 --- a/doc/index.html +++ b/doc/index.html @@ -16,15 +16,7 @@ intrusive on your C++ design. In most cases, you should not have to alter your C++ classes in any way in order to use them with Boost.Python. The system should simply ``reflect'' your C++ classes and functions into - Python. The major features of Boost.Python include support for: - -among others. - + Python.

Supported Platforms

Boost.Python is known to have been tested @@ -36,6 +28,13 @@ the following compilers: href="http://msdn.microsoft.com/vstudio/downloads/updates/sp/vs6/sp5/default.asp">MSVC++6sp5. All tests pass. +

  • MSVC++6sp5 + with STLPort-4.5.3. A compiler bug interferes with + libs/python/example/simple_vector.cpp. All + other tests pass. +

  • MSVC++7 (Visual Studio .NET). All tests pass.