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]
This commit is contained in:
Daniel James 2007-11-29 22:51:54 +00:00
parent d5fe243bd8
commit e8eb1fe5ec

View File

@ -41,9 +41,6 @@
<p><a href="header.htm"><b>Header Policy</b></a>.&nbsp; Headers are where a
library contacts its users, so programming practices are particularly
important.</p>
<p><a href="imp_vars.htm"><b>Implementation Variations</b></a>.&nbsp; Sometimes
one size fits all, sometimes it doesn't.&nbsp; This page deals with the
trade-offs.</p>
<p><a href="library_reuse.htm"><b>Library Reuse</b></a>.&nbsp; Should Boost
libraries use other boost libraries?&nbsp; What about the C++ Standard
Library?&nbsp; It's another trade-off.</p>
@ -77,8 +74,6 @@
bugs.</p>
<p><b><a href="requesting_new_features.htm">How to request features</a></b> Ways
to request new library features.</p>
<p><b><a href="cpp_committee_meetings.html">C++ Committee Meetings</a></b> FAQ for
Boost Members wishing to attend a standards committee meeting.</p>
<p><b><a href="boost_soc_06_overview.html">An overview of Boost participation in
Google Summer of Code&trade; 2006</a></b> A report of our first experience
in this open source initiative.</p>
@ -87,19 +82,6 @@
</blockquote>
<h2>Articles and Papers</h2>
<blockquote>
<p><a href="error_handling.html"><b>Error and Exception Handling</b></a> describes
approaches to errors and exceptions by <a href="../people/dave_abrahams.htm">David
Abrahams</a>.
</p>
<p><a href="count_bdy.htm"><b>Counted Body Techniques</b></a> by <a href="../people/kevlin_henney.htm">
Kevlin Henney</a> is must reading for those interested in reference
counting, a widely used object management idiom.&nbsp; Originally published in <a href="http://www.accu.org/c++sig/public/Overload.html">
Overload</a> magazine.</p>
<p><a href="generic_programming.html"><b>Generic Programming Techniques</b></a> by <a href="../people/dave_abrahams.htm">
David Abrahams</a> and <a href="../people/jeremy_siek.htm">Jeremy Siek</a> describe
some of the techniques used in Boost libraries.</p>
<p><a href="feature_model_diagrams.htm"><b>Feature Model Diagrams in text and HTML</b></a>
describes how to represent feature model diagrams in text form.</p>
<p><a href="borland_cpp.html"><b>Portability Hints: Borland C++ 5.5.1</b></a> describes
Borland C++ portability issues, with suggested workarounds.</p>
<p><a href="microsoft_vcpp.html"><b>Portability Hints: Microsoft VC++ 6.0 SP4</b></a>