mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
Minor clarifications
[SVN r11484]
This commit is contained in:
parent
2f20236b59
commit
214d2cc436
3 changed files with 7 additions and 3 deletions
|
@ -111,7 +111,7 @@ spent discussing where to put the bicycle shed (the parking lot would
|
|||
be a modern equivalent) because everyone
|
||||
understood the issues and felt comfortable discussing them. </p>
|
||||
<hr>
|
||||
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->10 October, 2001<!--webbot bot="Timestamp" endspan i-checksum="39337" -->
|
||||
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->11 October, 2001<!--webbot bot="Timestamp" endspan i-checksum="38292" -->
|
||||
</p>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -130,7 +130,7 @@ submission file</a> sent to the webmaster for posting. If the suggested
|
|||
changes might affect reviewer's judgments, post a notice of the pending
|
||||
change on the mailing list.</p>
|
||||
<hr>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->10 October, 2001<!--webbot bot="Timestamp" endspan i-checksum="39330" --></p>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B, %Y" startspan -->11 October, 2001<!--webbot bot="Timestamp" endspan i-checksum="38292" --></p>
|
||||
<p> </p>
|
||||
|
||||
</body>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue