|
|
@@ -41,9 +41,6 @@
|
|
|
<p><a href="header.htm"><b>Header Policy</b></a>. 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>. Sometimes
|
|
|
- one size fits all, sometimes it doesn't. This page deals with the
|
|
|
- trade-offs.</p>
|
|
|
<p><a href="library_reuse.htm"><b>Library Reuse</b></a>. Should Boost
|
|
|
libraries use other boost libraries? What about the C++ Standard
|
|
|
Library? 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™ 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. 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>
|