diff --git a/doc/compiler_specifics.html b/doc/compiler_specifics.html index 468a23e..cdf1933 100644 --- a/doc/compiler_specifics.html +++ b/doc/compiler_specifics.html @@ -36,12 +36,15 @@ Boost Compiler Status Summary.
-No problems have been detected with this compiler. The tests were -performed under Cygwin 1.5.7. Most likely Boost.MultiIndex will work seamlessly -for GNU GCC 3.3 or later under any platform. +No problems have been detected with this compiler. +
+ ++No problems have been detected with several versions of this compiler +starting from 3.2. The following versions have been explicitly tested: +
::boost::multi_index.
++Boost.MultiIndex works for this configuration. The same limitations apply as +in Intel C++ 7.1 with its original Dinkumware standard library. STLport 4.6.2 has +also been confirmed to work correctly. +
+No problems have been detected with this compiler.
--No problems have been detected with this compiler. +Boost.MultiIndex works correctly with this compiler, under the two operating +systems tested: Mac OS and Windows.
-@@ -159,6 +186,7 @@ topics section.
MSVC++ 6.0 presents serious limitations for the maximum length of symbol names generated by the compiler, which might result in the @@ -266,13 +294,57 @@ The following measures can help alleviate these problems:
Boost.MultiIndex works for this configuration. The same limitations apply as -in MSVC++ 6.0 with its original Dinkumware standard library. +in MSVC++ 6.0 with its original Dinkumware standard library. STLport 4.6.2 has +also been confirmed to work correctly. +
+ +
+member not supported,
+replace with
+member_offset or
+use the cross-platform macro
+
+BOOST_MULTI_INDEX_MEMBER.
+
+No support for index retrieval +and projection +nested types and member functions: +
nth_index,index,nth_index_iterator,nth_index_const_iterator,index_iterator,index_const_iterator,get,project.::boost::multi_index.
+
+
+
+The lack of partial template specialization support in MSVC++ 7.0
+results in some inconveniences when using composite_key that
+can be remedied as explained in
+"composite_key
+in compilers without partial template specialization" on the advanced
+topics section.
Revised May 28th 2004
+Revised June 1st 2004
© Copyright 2003-2004 Joaquín M López Muñoz. Distributed under the Boost Software