diff --git a/bibliography.html b/bibliography.html index bfee049..3c54804 100644 --- a/bibliography.html +++ b/bibliography.html @@ -1,14 +1,10 @@ + Boost Bibliography - - - - - - +
@@ -27,7 +23,8 @@ Acknowledgements

Print publications about Boost or Boost Libraries

-
boost.png (6897 bytes) Home
@@ -161,7 +158,8 @@
[MaddockCleary00]

Online publications about Boost or Boost Libraries

- @@ -205,7 +203,7 @@ towards Spirit: a parser framework. The Code Project, March 24, 2003. www.codeproject.com/cpp/spiritintro.asp - + @@ -229,7 +227,7 @@ Developers. MSDN, May 17, 2004. tinyurl.com/2lzyh - + @@ -260,8 +258,8 @@ - @@ -293,7 +291,8 @@
[Brownell02]
[Kaiser03][Kaiser03] Hartmut Kaiser, Wave: a Standard conformant C++ preprocessor library. The Code Project, March 25, 2003. www.codeproject.com/cpp/wave_preprocessor.asp
[D'Agostino04][D'Agostino04] Jim D'Agostino, Designing Robust Objects with Boost. The Code Project, August 17, 2004. www.codeproject.com/cpp/Designing_Robust_Objects.asp
[Wikipedia04]Wikipedia, Boost (Programming). - Wikipedia, The Free Encyclopedia, 2004. + Wikipedia, Boost. + Wikipedia, The Free Encyclopedia, 2004. en.wikipedia.org/wiki/Boost_(programming)

Print mentions of Boost or Boost Libraries

- @@ -415,7 +414,8 @@
[HyslopSutter01]

Online mentions of Boost or Boost Libraries

- @@ -529,7 +529,7 @@

Revised 17 September, 2005

-

© Copyright Beman Dawes 2003

+

© Copyright Beman Dawes 2003

Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt) diff --git a/cpp_committee_meetings.html b/cpp_committee_meetings.html index 66445e5..26bc51a 100644 --- a/cpp_committee_meetings.html +++ b/cpp_committee_meetings.html @@ -1,3 +1,4 @@ + @@ -112,10 +113,12 @@ committee reflectors at the request of a committee member.

Revised April 17, 2005

© Copyright Beman Dawes, 2002

-

Use, modification, and distribution are subject to the Boost Software -License, Version 1.0. (See accompanying file -LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

+

+ Distributed under the Boost Software License, Version 1.0. (See + accompanying file LICENSE_1_0.txt or copy + at http://www.boost.org/LICENSE_1_0.txt) +

diff --git a/faq.htm b/faq.htm index d8145e2..39c68f2 100644 --- a/faq.htm +++ b/faq.htm @@ -24,7 +24,7 @@

Boost Frequently Asked Questions

How do I download the libraries? -  See Download instructions.

+  See Download instructions.

What support is available for the libraries?  The Boost-Users mailing list is a good start.

@@ -168,9 +168,11 @@ See the suggestions on the Bugs page.

Revised 23 June, 2005

© Copyright Beman Dawes 2001

-

Use, modification, and distribution are subject to the Boost Software -License, Version 1.0. (See accompanying file -LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

+

+ Distributed under the Boost Software License, Version 1.0. (See + accompanying file LICENSE_1_0.txt or copy + at http://www.boost.org/LICENSE_1_0.txt) +

\ No newline at end of file diff --git a/feature_model_diagrams.htm b/feature_model_diagrams.htm index f0e675e..c53cc0e 100644 --- a/feature_model_diagrams.htm +++ b/feature_model_diagrams.htm @@ -1,3 +1,4 @@ + @@ -9,11 +10,11 @@ -

+

Boost logo

Feature Model Diagrams in text and HTML

By Beman Dawes

Introduction

-

In their seminal book, Generative Programming, Czarnecki and Eisenecker (C&E) +

In their seminal book, Generative Programming, Czarnecki and Eisenecker (C&E)) describe how to build feature models [C&E 4.4] consisting of a feature diagram plus semantic, rationale, and other attributes.  Feature models are then used to drive design cycles which eventually lead to manual or automatic @@ -51,10 +52,10 @@ represents zero or more instances, and represents | alternatives.

of a leading letter, followed by letters, digits, underscores or hyphens, with no spaces allowed.

At least one instance of each name should be hyperlinked to the corresponding -Feature Description.

+Feature Description.

While the grammar is intended for written communication between people, it may also be trivially machine parsed for use by automatic tools.

-

Feature Description

+

Descriptive information is associated with each concept or feature. According to [C&E 4.4.2] this includes:

- - - - - - - - - - - - - - - + - - - - - - - - - - - - - - - - - - - - - - - - + + + @@ -117,6 +77,58 @@ authors address issues raised in the formal review.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -149,8 +161,8 @@ authors address issues raised in the formal review.

- + @@ -178,7 +190,6 @@ authors address issues raised in the formal review.

- @@ -628,10 +639,10 @@ like to volunteer to become a review manager, please contact 15 Apr 2005

Copyright Beman Dawes, Tom Brinkman, Jeff Garland 2001 - 2005

-

Use, modification, and distribution are subject to the Boost Software -License, Version 1.0. (See accompanying file -LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

+

Distributed under the Boost Software License, Version 1.0. (See +accompanying file LICENSE_1_0.txt or copy +at http://www.boost.org/LICENSE_1_0.txt)

diff --git a/getting_started.html b/getting_started.html index f73eea0..fc0965e 100644 --- a/getting_started.html +++ b/getting_started.html @@ -163,12 +163,12 @@ this:

- cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost + cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost login
[Hit <return> when it asks for a password]
- cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost + cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost checkout boost
- cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost + cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost logout
Read the manual for your CVS client for further information. @@ -179,7 +179,7 @@

Boost CVS access via web Browser

For access to the CVS archive from any modern web browser, you can also use the web + "http://boost.cvs.sourceforge.net/boost/boost/">web browser  interface.  Try one of the color diffs to see how a file has changed over time. Note: this interface is only suitable for viewing individual files and their revision histories. diff --git a/header.htm b/header.htm index 7846dee..3df5cee 100644 --- a/header.htm +++ b/header.htm @@ -1,3 +1,4 @@ + @@ -10,7 +11,8 @@ -
[Siek01]
Intrusive ContainersOlaf Krzikallahttp://people.freenet.de/turtle++/intrusive.zipThorsten Ottosen-
Function Types (Re-review) Tobias Schwinger Boost Sandbox VaultNeeded-
FusionJoel de Guzman - http://spirit.sourceforge.net/dl_more/fusion_v2.zipRonald GarciaTom Brinkman -
Pimpl PointerAsger Mangaard - Boost Sandbox Vault - pimpl_ptr.zipNeeded-
Promotion Traits (fast-track)Alexander Nasonov - http://cpp-experiment.sourceforge.net/promote-20050917.tar.gzNeeded-
Property TreeMarcin Kalicinski - Boost Sandbox Vault - property_tree_rev4.zip
- - http://kaalus.atspace.com/ptree -
Needed-
Physical Quantities SystemAndy Little - Boost Sandbox Vault - Physical Quantities Units Message PassingDoug Gregor + + http://www.osl.iu.edu/~dgregor/boost.mpi/boost-mpi-20060628.tgz Needed -
Result
Physical Quantities SystemAndy LittleFred Bertsch2006 May 31 - 2006 June 9 + Rejected
Pimpl PointerAsger MangaardRene Rivera2006 May 15 - 2006 May 24 + Pending
FusionJoel de GuzmanRonald Garcia2006 May 1 - 2006 May 10 + Accepted
Property TreeMarcin KalicinskiThorsten Ottosen2006 April 18 - 2006 April 30 + Accepted
Promotion Traits (fast-track)Alexander NasonovTobias Schwinger2006 April 1 - 2006 April 9 + Accepted
Review Wizard Status ReportTom Brinkman2006 March 30Report
Shmem Ion Gaztanaga Christopher Kohlhoff Jeff Garland 2005 December 10 -
2005 December 30
- Result Pending + Accepted
2005 November 7 - 2005 November 16th Rejected-
+
@@ -24,13 +26,13 @@

Header files are the place where a library comes into contact with user code and other libraries.  To co-exist peacefully and productively, headers must be "good neighbors".

-

Here are the standards for namespace boost headers.    Many of +

Here are the standards for boost headers.    Many of these are also reasonable guidelines for general use.

-

Sample Header

-
//  Boost general library furball.hpp header file  ---------------------------//
+

Sample Header

+
//  Boost general library furball.hpp header file ---------------------------//
 
-//  (C) Copyright Your Name 1998. Permission to copy, use, modify, sell and
-//  distribute this software is granted provided this copyright notice appears
-//  in all copies. This software is provided "as is" without express or implied
-//  warranty, and with no claim as to its suitability for any purpose.
+  < Copyright and license notice, as indicated in the license page >
 
-//  See http://www.boost.org for updates, documentation, and revision history.
+//  See http://www.boost.org/ for latest version.
 
 #ifndef BOOST_FURBALL_HPP
 #define BOOST_FURBALL_HPP
@@ -82,9 +81,9 @@ namespace boost {
 
 } // namespace
 
-#endif  // BOOST_FURBALL_HPP
+#endif  // include guard

Coding Style

-

The alert reader will have noticed that the sample +

The alert reader will have noticed that the sample header employs a certain coding style for indentation, positioning braces, commenting ending braces, and similar formatting issues.  These stylistic issues are viewed as personal preferences and are not part of the Boost Header @@ -92,11 +91,12 @@ Policy.


Revised 02 October, 2003

-

© Copyright Beman Dawes 1998

-

Use, modification, and distribution are subject to the Boost Software -License, Version 1.0. (See accompanying file -LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

+

© Copyright Beman Dawes 1998

+

+ Distributed under the Boost Software License, Version 1.0. (See + accompanying file LICENSE_1_0.txt or copy + at http://www.boost.org/LICENSE_1_0.txt) +

diff --git a/imp_vars.htm b/imp_vars.htm index fc1cff2..0b61012 100644 --- a/imp_vars.htm +++ b/imp_vars.htm @@ -1,3 +1,4 @@ + @@ -9,7 +10,8 @@ -
boost.png (6897 bytes) Home
+
@@ -32,9 +34,9 @@ important, while the implementation is just a detail.

main contribution is the interface, which is augmented with an implementation, proving that it is possible to implement the corresponding class and providing a free implementation."

- +

Implementation variations

-
+

There may be a need for multiple implementations of an interface, to accommodate either platform dependencies or performance tradeoffs. Examples of platform dependencies include compiler shortcomings, file systems, thread @@ -56,9 +58,9 @@ performance is to avoid them unless the benefits greatly exceed the full costs.  The term "full costs" is intended to include both tangible costs like extra maintenance, and intangible cost like increased difficulty in user understanding.

- +

Techniques for providing implementation variations

-
+

Several techniques may be used to provide implementation variations. Each is appropriate in some situations, and not appropriate in other situations.

Single general purpose implementation

@@ -78,7 +80,7 @@ significant difference. The lesson is that while algorithmic differences may affect speed dramatically, coding differences such as changing a class from virtual to non-virtual members or removing a level of indirection are unlikely to make any measurable difference unless deep in an inner loop. And even in an -inner loop, modern CPU’s often execute such competing code sequences in the +inner loop, modern CPUs often execute such competing code sequences in the same number of clock cycles!  A single general purpose implementation is often just fine."

Or as Donald Knuth said, "Premature optimization is the root of all @@ -198,10 +200,11 @@ differences.

© Copyright Beman Dawes 2001

-

Use, modification, and distribution are subject to the Boost Software -License, Version 1.0. (See accompanying file -LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

+

Distributed under the Boost Software License, Version 1.0. (See + accompanying file LICENSE_1_0.txt or copy + at http://www.boost.org/LICENSE_1_0.txt) +

diff --git a/index.htm b/index.htm index 32cdaa7..4d53dcb 100644 --- a/index.htm +++ b/index.htm @@ -1,3 +1,4 @@ + Boost More Information @@ -6,7 +7,8 @@ -
boost.png (6897 bytes) Home
+
@@ -111,9 +113,11 @@ s-format="%d %B, %Y" startspan -->10 May, 200502 October 2003

© Copyright Beman Dawes 2000

-

Use, modification, and distribution are subject to the Boost Software -License, Version 1.0. (See accompanying file -LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

+

Distributed under the Boost Software License, Version 1.0. (See +accompanying file LICENSE_1_0.txt or copy +at http://www.boost.org/LICENSE_1_0.txt)

diff --git a/license_info.html b/license_info.html index 5eff1ee..15701dd 100644 --- a/license_info.html +++ b/license_info.html @@ -1,16 +1,18 @@ + - + Boost Software License Background -
boost.png (6897 bytes)
+
@@ -139,15 +141,21 @@ license.

How should Boost programmers apply the license to source and header files?

-

Include a comment based on the following template, substituting +

Add a comment based on the following template, substituting appropriate text for the italicized portion: - +
+

-// Copyright 2004 Joe Coder.
-// Distributed under the Boost Software License, Version 1.0. (See
-// accompanying file LICENSE_1_0.txt or copy at
-// http://www.boost.org/LICENSE_1_0.txt)
+//          Copyright Joe Coder 2004 - 2006.
+// Distributed under the Boost Software License, Version 1.0.
+//    (See accompanying file LICENSE_1_0.txt or copy at
+//          http://www.boost.org/LICENSE_1_0.txt)
 
+
+Please leave an empty line before and after the above comment block. +It is fine if the copyright and license messages are not on different lines; in +no case there should be other intervening text. Do not include +"All rights reserved" anywhere.

Other ways of licensing source files have been considered, but some of them turned out to unintentionally nullify legal elements of the @@ -156,6 +164,17 @@ corporate legal departments evaluate the boost distribution. Creativity in license reference language is strongly discouraged, but judicious changes in the use of whitespace are fine. +

How should the license be applied to documentation files, instead?

+ +

Very similarly to the way it is applied to source files: the user should +see the very same text indicated in the template above, with the only difference +that both the local and the web copy of LICENSE_1_0.txt should be linked to. +Refer to the HTML source codee of this document in case of doubt. + +

Note that the location of the local LICENSE_1_0.txt needs to be indicated +relatively to the position of your documentation file +(../LICENSE_1_0.txt, ../../LICENSE_1_0.txt etc.)

+

How is the Boost license different from the GNU General Public License (GPL)?

@@ -215,7 +234,6 @@ shouldn't be in the BSD license."

Do I have to copyright/license trivial files? -

Even a test file that just contains an empty main() should have a copyright. Files without copyrights make corporate lawyers nervous, and that's a barrier to adoption. The more of Boost diff --git a/links.htm b/links.htm index 3f722e5..a4a0987 100644 --- a/links.htm +++ b/links.htm @@ -1,3 +1,4 @@ + @@ -63,9 +64,10 @@ try your favorite search engine.

Revised 02 October, 2004

© Copyright Beman Dawes 2002

-

Use, modification, and distribution are subject to the Boost Software License, -Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

+

Distributed under the Boost Software License, Version 1.0. (See accompanying +file LICENSE_1_0.txt or copy at +http://www.boost.org/LICENSE_1_0.txt) +

diff --git a/mailing_lists.htm b/mailing_lists.htm index 87df55b..3f860a8 100644 --- a/mailing_lists.htm +++ b/mailing_lists.htm @@ -40,7 +40,8 @@ div.admonition p.admonition-title { -
boost.png (6897 bytes) Home
+
@@ -73,7 +74,7 @@ div.admonition p.admonition-title {

Access to Boost mailing lists via newsgroup (NNTP) is contributed by GMANE.

+ "gmane_post">

Before Posting

@@ -212,12 +213,12 @@ div.admonition p.admonition-title { mailing list archive has been generously contributed to the ActiveState Programmer Network by ActiveState Corporation. ASPN logo

Other archives of Boost messages include the Boost + "20">Active State logo

Other archives of Boost messages include the + Boost GMane NNTP Archive, The Mail Archive, Python C++-Sig (for Boost.Python)The Python C++-sig is not + "http://www.python.org/community/sigs/current/c++-sig/">Python C++-sig is not strictly Boost-specific, but nearly all the traffic concerns Boost.Python. See also the Language Binding list below. GMane provides , a separate Sandbox CVS is available for Boost developers wishing to collaborate on projects prior to formal acceptance of a new library.  Read-only access is available + "http://boost.cvs.sourceforge.net/boost-sandbox/boost-sandbox/"> via the web, or via CVS client at:

-  :pserver:anonymous@cvs.sourceforge.net:/cvsroot/boost-sandbox

+  :pserver:anonymous@boost-sandbox.cvs.sourceforge.net:/cvsroot/boost-sandbox

For write access to the sandbox, contact the project admins @@ -391,9 +392,8 @@ div.admonition p.admonition-title {

Copyright Beman Dawes and David Abrahams 2001-2005

-

Use, modification, and distribution are subject to the Boost Software - License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at www.boost.org/LICENSE_1_0.txt)

+

Distributed under the Boost Software License, Version 1.0. (See + accompanying file LICENSE_1_0.txt or copy + at http://www.boost.org/LICENSE_1_0.txt)

diff --git a/moderators.html b/moderators.html index bb30229..249484d 100644 --- a/moderators.html +++ b/moderators.html @@ -1,3 +1,4 @@ + @@ -70,10 +71,10 @@ through its home page.

© Beman Dawes 2001-2004

-

Use, modification, and distribution are subject to the Boost Software -License, Version 1.0. (See accompanying file -LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

+

Distributed under the Boost Software License, Version 1.0. (See +accompanying file LICENSE_1_0.txt or copy +at http://www.boost.org/LICENSE_1_0.txt)

diff --git a/release_mgr_checklist.html b/release_mgr_checklist.html index 2af6e1f..7cfaa1f 100644 --- a/release_mgr_checklist.html +++ b/release_mgr_checklist.html @@ -1,3 +1,4 @@ + @@ -182,8 +183,7 @@ plan is to replace them with more generic procedures over time.

sub-directory. Post a message to the main list asking developers to check contents. (Daniel Frey has volunteered to help check).
  -
  • Upload files for SourceForge release incoming directory - using WS_FTP Pro
      +
    • Upload files for SourceForge release incoming directory using WS_FTP Pro
      • Start keep_isdn_awake
      • Connection: SourceForge Release Upload | connect
      • Select Local system: c:\boost
      • @@ -195,7 +195,7 @@ plan is to replace them with more generic procedures over time.

    • Complete the SourceForge - + release procedure.
      • Admin | File Releases | Add Release for package name boost
      • New release name: 1.21.2 | create this release
      • @@ -267,9 +267,9 @@ stop keep_isdn_awake 21 November, 2005

        © Copyright Beman Dawes 2001

        -

        Use, modification, and distribution are subject to the Boost Software License, -Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

        +

        Distributed under the Boost Software License, Version 1.0. (See accompanying +file LICENSE_1_0.txt or copy at +http://www.boost.org/LICENSE_1_0.txt)

        diff --git a/release_procedures.htm b/release_procedures.htm index 5a66ebf..aefa80a 100644 --- a/release_procedures.htm +++ b/release_procedures.htm @@ -1,3 +1,4 @@ + @@ -203,10 +204,9 @@ Updated by Jeff Garland after 1.29 release based on list discussions.

        © Copyright Beman Dawes 2002

        -

        Use, modification, and distribution are subject to the Boost Software -License, Version 1.0. (See accompanying file -LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

        +

        Distributed under the Boost Software License, Version 1.0. (See +accompanying file LICENSE_1_0.txt or copy +at http://www.boost.org/LICENSE_1_0.txt)

        diff --git a/separate_compilation.html b/separate_compilation.html index 99a5a53..7a81fd4 100644 --- a/separate_compilation.html +++ b/separate_compilation.html @@ -5,8 +5,8 @@ -

        -

  • boost.png (6897 bytes)
    + +

    C++ Boost

    @@ -17,7 +17,7 @@
    -

    +

    These guidelines are designed for the authors of Boost libraries which have separate source that need compiling in order to use the library. Throughout, @@ -25,7 +25,7 @@ occurrences of "whatever" or "WHATEVER" with your own library's name when copying the examples.

    Contents

    -

    +

    Changes Affecting Source Code
    @@ -42,7 +42,7 @@
    Copyright
    -

    +

    Changes Affecting Source Code

    Preventing Compiler ABI Clashes

    There are some compilers (mostly Microsoft Windows compilers again!), which @@ -311,14 +311,14 @@ libboost_regex-vc71-sgd-1_31.lib #include <boost/config/auto_link.hpp> #endif // auto-linking disabled -

    +

    The library's user documentation should note that the feature can be disabled by defining either BOOST_ALL_NO_LIB or BOOST_WHATEVER_NO_LIB:

    If for any reason you need to debug this feature, the header <boost/config/auto_link.hpp> will output some helpful diagnostic messages if you first define BOOST_LIB_DIAGNOSTIC.

    Changes Affecting the Build System

    -

    Creating the library Jamfile

    +

    Creating the library Jamfile

    The Jamfile for building library "whatever" typically lives in boost-root/libs/whatever/build, start by defining the project root for the Jamfile:

    @@ -442,9 +442,10 @@ run 26 November, 2003

    © Copyright John Maddock 1998- 2003

    -

    Use, modification and distribution are subject to the Boost Software License, - Version 1.0. (See accompanying file LICENSE_1_0.txt - or copy at http://www.boost.org/LICENSE_1_0.txt).

    +

    Distributed under the Boost Software License, Version 1.0. (See + accompanying file LICENSE_1_0.txt or copy + at http://www.boost.org/LICENSE_1_0.txt)

    The use of code snippets from this article does not require the reproduction of this copyright notice and license declaration; if you wish to provide attribution then please provide a link to this article.

    diff --git a/submission_process.htm b/submission_process.htm index 9918db4..56232b0 100644 --- a/submission_process.htm +++ b/submission_process.htm @@ -1,3 +1,4 @@ + @@ -32,7 +33,7 @@ page for issues of content.

  • Refinement.
  • Submission for review.
  • Formal Review.
  • -
  • Web site posting.
  • +
  • Web site posting.
  • People page.
  • Lifecycle.
  • @@ -99,7 +100,7 @@ details.

    Formal Review schedules are posted on the web site

    -

    Boost web site posting

    +

    Boost web site posting

    Once an accepted library is ready for inclusion on the Boost web site, the submitter is typically given Boost CVS write access, and expected to check-in and maintain the library in the CVS. Contact the moderators if you need write @@ -124,9 +125,9 @@ maintainer.

    Revised 26 November, 2003

    © Copyright Beman Dawes 2000

    -

    Use, modification, and distribution are subject to the Boost Software License, -Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

    +

    Distributed under the Boost Software License, Version 1.0. (See +accompanying file LICENSE_1_0.txt or copy +at http://www.boost.org/LICENSE_1_0.txt)

    diff --git a/test_policy.htm b/test_policy.htm index ee56674..3038800 100644 --- a/test_policy.htm +++ b/test_policy.htm @@ -1,3 +1,4 @@ + @@ -90,10 +91,9 @@ useful components which ease the construction of test programs.

    Revised 08 January, 2004

    © Copyright Beman Dawes 2001

    -

    Use, modification, and distribution are subject to the Boost Software -License, Version 1.0. (See accompanying file -LICENSE_1_0.txt or copy at -www.boost.org/LICENSE_1_0.txt)

    +

    Distributed under the Boost Software License, Version 1.0. (See +accompanying file LICENSE_1_0.txt or copy +at http://www.boost.org/LICENSE_1_0.txt)