From 391fca13e87097e7fb198fe62e2fd2991208c958 Mon Sep 17 00:00:00 2001
From: Beman Dawes <bdawes@acm.org>
Date: Wed, 31 Oct 2001 00:45:00 +0000
Subject: [PATCH] Minor clarifications

[SVN r11484]
---
 discussion_policy.htm     | 2 +-
 formal_review_process.htm | 2 +-
 lib_guide.htm             | 6 +++++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/discussion_policy.htm b/discussion_policy.htm
index dae13e7..7f49fb6 100644
--- a/discussion_policy.htm
+++ b/discussion_policy.htm
@@ -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.&nbsp;</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>
diff --git a/formal_review_process.htm b/formal_review_process.htm
index ece29a6..9d33029 100644
--- a/formal_review_process.htm
+++ b/formal_review_process.htm
@@ -130,7 +130,7 @@ submission file</a> sent to the webmaster for posting.&nbsp; If the suggested
 changes might affect reviewer's judgments,&nbsp; 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>&nbsp;</p>
 
 </body>
diff --git a/lib_guide.htm b/lib_guide.htm
index 3d36371..982baac 100644
--- a/lib_guide.htm
+++ b/lib_guide.htm
@@ -123,6 +123,10 @@ content a library submission.&nbsp; 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.&nbsp; 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>