summaryrefslogtreecommitdiff
path: root/more/index.htm
diff options
context:
space:
mode:
authorJohn Maddock <john@johnmaddock.co.uk>2001-04-18 11:27:48 +0000
committerJohn Maddock <john@johnmaddock.co.uk>2001-04-18 11:27:48 +0000
commit3b640b2c68054093e1627abd707d33a693301047 (patch)
treed2b77da325f4bdd95322c03ab95feb534568020a /more/index.htm
parentca8614dd160a309c39fcc3bd16635861539d95cf (diff)
downloadboost-3b640b2c68054093e1627abd707d33a693301047.tar.gz
added intgral constant expression guideleines
[SVN r9832]
Diffstat (limited to 'more/index.htm')
-rw-r--r--more/index.htm170
1 files changed, 99 insertions, 71 deletions
diff --git a/more/index.htm b/more/index.htm
index 71367b1166..4314c8199e 100644
--- a/more/index.htm
+++ b/more/index.htm
@@ -1,97 +1,125 @@
<html>
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
-<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
+<meta http-equiv="Content-Type"
+content="text/html; charset=iso-8859-1">
<meta name="ProgId" content="FrontPage.Editor.Document">
+<meta name="GENERATOR" content="Microsoft FrontPage Express 2.0">
<title>Boost More Information</title>
</head>
<body bgcolor="#FFFFFF" text="#000000">
-<table border="1" bgcolor="#007F7F" cellpadding="2">
- <tr>
- <td bgcolor="#FFFFFF"><img src="../c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
- <td><a href="../index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
- <td><a href="../libs/libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
- <td><a href="../people/people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
- <td><a href="faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
- <td><a href="index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
- </tr>
+<table border="1" cellpadding="2" bgcolor="#007F7F">
+ <tr>
+ <td bgcolor="#FFFFFF"><img src="../c++boost.gif"
+ alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
+ <td><a href="../index.htm"><font color="#FFFFFF" size="4"
+ face="Arial">Home</font></a></td>
+ <td><a href="../libs/libraries.htm"><font color="#FFFFFF"
+ size="4" face="Arial">Libraries</font></a></td>
+ <td><a href="../people/people.htm"><font color="#FFFFFF"
+ size="4" face="Arial">People</font></a></td>
+ <td><a href="faq.htm"><font color="#FFFFFF" size="4"
+ face="Arial">FAQ</font></a></td>
+ <td><a href="index.htm"><font color="#FFFFFF" size="4"
+ face="Arial">More</font></a></td>
+ </tr>
</table>
+
<h1>More Information</h1>
+
<h2>Boost Policies</h2>
+
<blockquote>
- <p><b><a href="discussion_policy.htm">Mailing List Discussion Policy.</a></b>&nbsp;
- What's acceptable and what isn't.</p>
- <p><b><a href="lib_guide.htm">Library Requirements and Guidelines</a></b>.&nbsp;
- Basic standards for those preparing a submission.</p>
- <p><a href="test_policy.htm"><b>Test Policy and Protocols</b></a>.&nbsp; How
- testing works at Boost.</p>
- <p><a href="submission_process.htm"><b>Library Submission Process</b></a>.&nbsp;
- How to submit a library to Boost.</p>
- <p><b><a href="formal_review_process.htm">Library Formal Review Process</a></b>.
- Including how to submit a review comment.</p>
- <p><b><a href="header.htm">Header Policy</a></b>.&nbsp; Headers are where a
- library contacts its users, so programming practices are particularly
- important.</p>
- <p><b><a href="imp_vars.htm">Implementation Variations</a></b>.&nbsp;
- Sometimes one size fits all, sometimes it doesn't.&nbsp; This page deals with
- the trade-offs.</p>
- <p><b><a href="library_reuse.htm">Library Reuse</a></b>.&nbsp; Should Boost
- libraries use other boost libraries?&nbsp; What about the C++ Standard
- Library?&nbsp; It's another trade-off.</p>
-</blockquote>
- <h2>Boost Whatever</h2>
-<blockquote>
- <p> <a href="../status/compiler_status.html"><b>Compiler Status</b></a>&nbsp;&nbsp;
- Describes what
-library works with which compiler.</p>
-<p> <a href="regression.html"><b>Internal Regression Test Suite</b></a>&nbsp;&nbsp;
- Describes the tool for generating the compiler status tables
-<p> <a href="../libs/hdr_depend.html"><b>Header Dependencies</b></a>&nbsp;&nbsp;
-Describes what
-other headers each boost header includes.</p>
+ <p><a href="discussion_policy.htm"><b>Mailing List Discussion
+ Policy.</b></a>&nbsp; What's acceptable and what isn't.</p>
+ <p><a href="lib_guide.htm"><b>Library Requirements and
+ Guidelines</b></a>.&nbsp; Basic standards for those preparing
+ a submission.</p>
+ <p><a href="test_policy.htm"><b>Test Policy and Protocols</b></a>.&nbsp;
+ How testing works at Boost.</p>
+ <p><a href="submission_process.htm"><b>Library Submission
+ Process</b></a>.&nbsp; How to submit a library to Boost.</p>
+ <p><a href="formal_review_process.htm"><b>Library Formal
+ Review Process</b></a>. Including how to submit a review
+ comment.</p>
+ <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>
</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><b><a href="count_bdy.htm">Counted Body Techniques</a></b> 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><b><a href="generic_programming.html">Generic Programming
- Techniques</a></b> 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><b><a href="feature_model_diagrams.htm">Feature Model Diagrams in text and
- HTML</a></b> describes how to represent feature model diagrams in text form.</p>
+<h2>Boost Whatever</h2>
- <p><b><a href="borland_cpp.html">Portability Hints: Borland C++ 5.5.1</a></b>
- describes Borland C++ portability issues, with suggested workarounds.</p>
+<blockquote>
+ <p><a href="../status/compiler_status.html"><b>Compiler
+ Status</b></a>&nbsp;&nbsp; Describes what library works with
+ which compiler.</p>
+ <p><a href="regression.html"><b>Internal Regression Test
+ Suite</b></a>&nbsp;&nbsp; Describes the tool for generating
+ the compiler status tables </p>
+ <p><a href="../libs/hdr_depend.html"><b>Header Dependencies</b></a>&nbsp;&nbsp;
+ Describes what other headers each boost header includes.</p>
+</blockquote>
- <p><a href="microsoft_vcpp.html"><b>Portability Hints: Microsoft VC++ 6.0 SP4</b></a>
- describes Microsoft C++ portability issues, with suggested workarounds.</p>
+<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> describes Microsoft C++
+ portability issues, with suggested workarounds.</p>
+ <p><a href="integral_constant_guidelines.htm"><strong>Coding
+ Guidelines for Integral Constant Expressions</strong></a>
+ describes how to work through the maze of compiler related
+ bugs surrounding this tricky topic.</p>
</blockquote>
+
<h2>Links</h2>
+
<blockquote>
- <p>The C++ Standard (ISO/IEC 14882) is available online as a PDF file from the
- <a href="http://www.ansi.org">ANSI</a> (American National Standards Institute)
- Electronic Standards Store.&nbsp; 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.</p>
+ <p>The C++ Standard (ISO/IEC 14882) is available online as a
+ PDF file from the <a href="http://www.ansi.org">ANSI</a> (American
+ National Standards Institute) Electronic Standards Store.&nbsp;
+ 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.</p>
</blockquote>
- <p>&nbsp;</p>
+
+<p>&nbsp;</p>
+
<hr>
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->12 February, 2001<!--webbot bot="Timestamp" endspan i-checksum="40399" --></p>
+<p>Revised <!--webbot bot="Timestamp" startspan s-type="EDITED"
+s-format="%d %B, %Y" -->17 April, 2001<!--webbot bot="Timestamp"
+i-checksum="29819" endspan --></p>
</body>
-
</html>