|
|
@@ -123,6 +123,10 @@ content a library submission. Not every guideline applies to every
|
|
|
library, but a reasonable effort to comply is expected.</p>
|
|
|
<h3><a name="Design and Programming">Design and Programming</a></h3>
|
|
|
<ul>
|
|
|
+ <li>Aim first for clarity and correctness; optimization should be only a
|
|
|
+ secondary concern in most Boost libraries.</li>
|
|
|
+</ul>
|
|
|
+<ul>
|
|
|
<li>Aim for ISO Standard C++. Than means making effective use of the standard
|
|
|
features of the language, and avoiding non-standard compiler extensions. It
|
|
|
also means using the C++ Standard Library where applicable.</li>
|
|
|
@@ -345,7 +349,7 @@ suggestion. Major contributions are usually acknowledged in the
|
|
|
documentation, while minor fixes are often mentioned in comments within the code
|
|
|
itself.</p>
|
|
|
<hr>
|
|
|
-<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->18 September, 2001<!--webbot bot="Timestamp" endspan i-checksum="39344" --></p>
|
|
|
+<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->30 October, 2001<!--webbot bot="Timestamp" endspan i-checksum="38292" --></p>
|
|
|
|
|
|
</body>
|
|
|
|