Index: libs/bind/bind.html =================================================================== RCS file: /cvsroot/boost/boost/libs/bind/bind.html,v retrieving revision 1.24 diff -u -p -b -B -r1.24 bind.html --- libs/bind/bind.html 11 Dec 2003 23:35:43 -0000 1.24 +++ libs/bind/bind.html 20 Jul 2004 15:21:13 -0000 @@ -356,8 +356,8 @@ template<class T> void f(T const & (b) does not actually work for const arguments, both l- and r-values, since the two templates produce the exact same signature and cannot be partially ordered.

-

[Note: this is a dark corner of the language, and the - corresponding issue has not been resolved yet.] +

[Note: this is a dark corner of the language, and the + corresponding issue has only recently been resolved.]

Frequently Asked Questions

Why doesn't this compile?

Index: libs/config/configure =================================================================== RCS file: /cvsroot/boost/boost/libs/config/configure,v retrieving revision 1.23 diff -u -p -b -B -r1.23 configure --- libs/config/configure 15 Jun 2004 11:35:33 -0000 1.23 +++ libs/config/configure 20 Jul 2004 15:21:14 -0000 @@ -2552,8 +2552,8 @@ cat > user.hpp << EOF // define this to disable all config options, // excluding the user config. Use if your -// setup is fully ISO complient, and has no -// useful extentions, or for autoconf generated +// setup is fully ISO compliant, and has no +// useful extensions, or for autoconf generated // setups: #ifndef BOOST_NO_CONFIG # define BOOST_NO_CONFIG Index: libs/date_time/doc/DesignGoals.html =================================================================== RCS file: /cvsroot/boost/boost/libs/date_time/doc/DesignGoals.html,v retrieving revision 1.1 diff -u -p -b -B -r1.1 DesignGoals.html --- libs/date_time/doc/DesignGoals.html 22 Aug 2002 00:11:01 -0000 1.1 +++ libs/date_time/doc/DesignGoals.html 20 Jul 2004 15:21:14 -0000 @@ -27,7 +27,7 @@
  • date, time, date_duration, time_duration, date_period, time_period, etc
  • support for infinity - positive infinity, negative infinity
  • iterators over time and date ranges -
  • allow date and time implemenations to be separate as much as possible +
  • allow date and time implementations to be separate as much as possible Index: libs/date_time/xmldoc/date_time_autodoc.boostbook =================================================================== RCS file: /cvsroot/boost/boost/libs/date_time/xmldoc/date_time_autodoc.boostbook,v retrieving revision 1.2 diff -u -p -b -B -r1.2 date_time_autodoc.boostbook --- libs/date_time/xmldoc/date_time_autodoc.boostbook 5 Jul 2004 00:17:55 -0000 1.2 +++ libs/date_time/xmldoc/date_time_autodoc.boostbook 20 Jul 2004 15:21:15 -0000 @@ -516,7 +516,7 @@ A clock providing day level services based on C time_t capabilities. - This clock uses Posix interfaces as its implemenation and hence uses the timezone settings of the operating system. Incorrect user settings will result in incorrect results for the calls to local_day. + This clock uses Posix interfaces as its implementation and hence uses the timezone settings of the operating system. Incorrect user settings will result in incorrect results for the calls to local_day. date_type::ymd_type Index: libs/date_time/xmldoc/design_goals.xml =================================================================== RCS file: /cvsroot/boost/boost/libs/date_time/xmldoc/design_goals.xml,v retrieving revision 1.1 diff -u -p -b -B -r1.1 design_goals.xml --- libs/date_time/xmldoc/design_goals.xml 28 Jun 2004 00:07:55 -0000 1.1 +++ libs/date_time/xmldoc/design_goals.xml 20 Jul 2004 15:21:15 -0000 @@ -26,7 +26,7 @@ iterators over time and date ranges - allow date and time implemenations to be separate as much as possible + allow date and time implementations to be separate as much as possible Index: libs/filesystem/src/exception.cpp =================================================================== RCS file: /cvsroot/boost/boost/libs/filesystem/src/exception.cpp,v retrieving revision 1.15 diff -u -p -b -B -r1.15 exception.cpp --- libs/filesystem/src/exception.cpp 3 Feb 2004 15:58:10 -0000 1.15 +++ libs/filesystem/src/exception.cpp 20 Jul 2004 15:21:15 -0000 @@ -192,7 +192,7 @@ namespace boost namespace filesystem { // filesystem_error m_imp class --------------------------------------------// -// see www.boost.org/more/error_handling.html for implemenation rationale +// see www.boost.org/more/error_handling.html for implementation rationale class filesystem_error::m_imp { Index: libs/program_options/doc/rationale.dox =================================================================== RCS file: /cvsroot/boost/boost/libs/program_options/doc/rationale.dox,v retrieving revision 1.1 diff -u -p -b -B -r1.1 rationale.dox --- libs/program_options/doc/rationale.dox 14 May 2004 13:40:29 -0000 1.1 +++ libs/program_options/doc/rationale.dox 20 Jul 2004 15:21:16 -0000 @@ -84,7 +84,7 @@ It was suggested by Gennadiy Rozental that occurence of --help on command line results in throwing an exception. Actually, the "special" option must have been configurable. This was not - implemeneted, because applications might reasonable want to process + implemented, because applications might reasonable want to process the rest of command line even of --help was seen. For example, --verbose option can control how much help should be output, or there may be several subcommand with different help screens. Index: libs/regex/doc/match_flag_type.html =================================================================== RCS file: /cvsroot/boost/boost/libs/regex/doc/match_flag_type.html,v retrieving revision 1.7 diff -u -p -b -B -r1.7 match_flag_type.html --- libs/regex/doc/match_flag_type.html 7 Feb 2004 13:11:53 -0000 1.7 +++ libs/regex/doc/match_flag_type.html 20 Jul 2004 15:21:17 -0000 @@ -33,7 +33,7 @@
     namespace boost{ namespace regex_constants{
     
    -typedef implemenation-specific-bitmask-type match_flag_type;
    +typedef implementation-specific-bitmask-type match_flag_type;
     
     static const match_flag_type match_default = 0;
     static const match_flag_type match_not_bob;
    Index: libs/serialization/doc/archive_reference.html
    ===================================================================
    RCS file: /cvsroot/boost/boost/libs/serialization/doc/archive_reference.html,v
    retrieving revision 1.2
    diff -u -p -b -B -r1.2 archive_reference.html
    --- libs/serialization/doc/archive_reference.html	19 Jul 2004 07:00:00 -0000	1.2
    +++ libs/serialization/doc/archive_reference.html	20 Jul 2004 15:21:17 -0000
    @@ -173,7 +173,7 @@ implement partial function template orde
     The serialization library injects bookkeeping data into the serialization archive.
     This data includes things like object ids, version numbers, class names etc.  Each
     of these objects is included in a wrapper so that the archive class can override the
    -implemenation of void load_override(T & t, int);.
    +implementation of void load_override(T & t, int);.
     For example, in the XML archive, the override for this type renders an object_id equal to 23 as
     "object_id=_23".  The following table lists the types used by the serialization library:
     

    @@ -284,7 +284,7 @@ typedef boost::archive::text_oarchive te typedef std::ofstream test_ostream; // repeat the above for input archive -#include <boost/archive/text_iarchive.hpp> +#include <boost/archive/text_iarchive.hpp> typedef boost::archive::text_iarchive test_iarchive; typedef std::ifstream test_istream; @@ -347,7 +347,7 @@ show how polymorphic archives are to be