diff --git a/index.htm b/index.htm index 0efc569..269146d 100644 --- a/index.htm +++ b/index.htm @@ -40,13 +40,14 @@ for library submissions.
libraries use other boost libraries? What about the C++ Standard Library? It's another trade-off. --The C++ Standard (ISO/IEC 14882) is available online as a PDF file from the - ANSI (American National Standards Institute) - Electronic Standards Store. The price is $US 18.00. The document is - certainly not a tutorial, but is interesting to those who care about the - precise specification of the language and the standard library.
+Compiler Status + Describes what +library works with which compiler.
+Header Dependencies +Describes what +other headers each boost header includes.
@@ -59,8 +60,17 @@ for library submissions.+Portability Hints: Borland C++ 5.5.1 describes Borland C++ portability issues, with suggested workarounds.
++The C++ Standard (ISO/IEC 14882) is available online as a PDF file from the + ANSI (American National Standards Institute) + Electronic Standards Store. The price is $US 18.00. The document is + certainly not a tutorial, but is interesting to those who care about the + precise specification of the language and the standard library.
+
Revised 15 October, 2000
+Revised 02 November, 2000