$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2008-07-25 08:53:04
Author: danieljames
Date: 2008-07-25 08:53:03 EDT (Fri, 25 Jul 2008)
New Revision: 47802
URL: http://svn.boost.org/trac/boost/changeset/47802
Log:
Fix a typo, refs #2147
Text files modified:
website/public_html/beta/development/requirements.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: website/public_html/beta/development/requirements.html
==============================================================================
--- website/public_html/beta/development/requirements.html (original)
+++ website/public_html/beta/development/requirements.html 2008-07-25 08:53:03 EDT (Fri, 25 Jul 2008)
@@ -708,7 +708,7 @@
<p>Exception specifications [ISO 15.4] are sometimes coded to
indicate what exceptions may be thrown, or because the
- programmer hopes they will improved performance. But consider
+ programmer hopes they will improve performance. But consider
the following member from a smart pointer:</p>
<pre>
T& operator*() const throw() { return *ptr; }