From e8eb1fe5ec33c562a650c72d9a88723f991adfed Mon Sep 17 00:00:00 2001 From: Daniel James Date: Thu, 29 Nov 2007 22:51:54 +0000 Subject: [PATCH] We're missing a page for the root of the 'C++' section, so I just moved the links for the sub-pages from the old 'more' page into one. Obviously needs more work but it fills the hole for now. [SVN r41481] --- index.htm | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/index.htm b/index.htm index 5a5ff17..47d3db8 100644 --- a/index.htm +++ b/index.htm @@ -41,9 +41,6 @@

Header Policy.  Headers are where a library contacts its users, so programming practices are particularly important.

-

Implementation Variations.  Sometimes - one size fits all, sometimes it doesn't.  This page deals with the - trade-offs.

Library Reuse.  Should Boost libraries use other boost libraries?  What about the C++ Standard Library?  It's another trade-off.

@@ -77,8 +74,6 @@ bugs.

How to request features Ways to request new library features.

-

C++ Committee Meetings FAQ for - Boost Members wishing to attend a standards committee meeting.

An overview of Boost participation in Google Summer of Code™ 2006 A report of our first experience in this open source initiative.

@@ -87,19 +82,6 @@

Articles and Papers

-

Error and Exception Handling describes - approaches to errors and exceptions by David - Abrahams. -

-

Counted Body Techniques by - Kevlin Henney is must reading for those interested in reference - counting, a widely used object management idiom.  Originally published in - Overload magazine.

-

Generic Programming Techniques by - David Abrahams and Jeremy Siek describe - some of the techniques used in Boost libraries.

-

Feature Model Diagrams in text and HTML - describes how to represent feature model diagrams in text form.

Portability Hints: Borland C++ 5.5.1 describes Borland C++ portability issues, with suggested workarounds.

Portability Hints: Microsoft VC++ 6.0 SP4