Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r66609 - sandbox/function/libs/function/doc
From: dsaritz_at_[hidden]
Date: 2010-11-16 03:50:33


Author: psiha
Date: 2010-11-16 03:50:32 EST (Tue, 16 Nov 2010)
New Revision: 66609
URL: http://svn.boost.org/trac/boost/changeset/66609

Log:
Updated the readme.txt.
Text files modified:
   sandbox/function/libs/function/doc/readme.txt | 15 ++++++++++++---
   1 files changed, 12 insertions(+), 3 deletions(-)

Modified: sandbox/function/libs/function/doc/readme.txt
==============================================================================
--- sandbox/function/libs/function/doc/readme.txt (original)
+++ sandbox/function/libs/function/doc/readme.txt 2010-11-16 03:50:32 EST (Tue, 16 Nov 2010)
@@ -1,12 +1,13 @@
 This is an attempt at an alternate boost::function implementation that
 - minimizes template and RTTI bloat
-- has less (run)time overhead
+- has (much) less (run)time overhead (for invocation, copy-construction and assignment)
 - provides configurability through policies.
 
 It is intended to be a drop-in replacement hence the same folder name as the
 original.
 
 For more information see the relevant discussion threads at boost.devel:
+http://lists.boost.org/Archives/boost/2010/10/172593.php
 http://thread.gmane.org/gmane.comp.lib.boost.devel/194514/focus=195351
 http://article.gmane.org/gmane.comp.lib.boost.devel/196906.
 
@@ -14,8 +15,16 @@
 boost::function official 1.43 release. For the originial documentation see
 http://www.boost.org/doc/libs/1_43_0/doc/html/function.html.
 
-Development is currently being done with MSVC++ 10 (with tests additionally
-performed with GCC 4.2.1, GCC 4.5.1, GCC 4.6, Clang 2.0, Clang 2.8).
+It was tested (compiling and running real world projects, building Boost and
+running Boost regression tests) with the following compilers:
+ - MSVC++ 8.0 SP1, 10.0 (x86 and x64)
+ - GCC 4.0.1, 4.2.1, 4.5.1
+ - Clang 2.0, 2.8
+ - Sun Studio 5.9, 5.10
+ - VisualAge 11.1.
+
+The latest version can always be retrieved from https://svn.boost.org/svn/boost/sandbox/function/boost/function.
+
 
 For the sake of brevity of future commit messages, comments etc. allow me to
 add a few terminology definitions. Looking at the boost/tr1::function<> design/


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk