From 70aefc73501e76a9a20dd92a5a0c9d4ba0e616ee Mon Sep 17 00:00:00 2001 From: Beman Dawes Date: Fri, 3 Nov 2000 19:22:26 +0000 Subject: [PATCH] HTML change for 1.18.2 reflecting separation of old utility library [SVN r8118] --- index.htm | 33 +++++++++++++++++---------------- libraries.htm | 4 ++-- libs/utility | 2 +- more/submission_process.htm | 4 ++-- 4 files changed, 22 insertions(+), 21 deletions(-) diff --git a/index.htm b/index.htm index 091f439e66..6b6e9bca03 100644 --- a/index.htm +++ b/index.htm @@ -50,11 +50,19 @@ section (formerly called the "vault").

Beman Dawes is the Boost webmaster; email him at beman@boost.org with any concerns you don't want to just post to the mailing list.

Latest News

-

????? - Version 1.18.2

+

November 3, - Version 1.18.2

October 15, 2000 - Version 1.18.1

June 28, 2000 - Version 1.16.0:

@@ -162,15 +170,8 @@ build a regression test to prevent similar future problems.

Number Library from Jens Maurer added. Updated utility library operators eliminates code bloat. Minor additions to config.hpp and cast.hpp for Microsoft compilers.

-

May 29, 2000 - Version 1.14.3 - Minor additions to config.hpp -for Borland compilers. Minor fix to type_traits -example. Minor web site fixes. Library -Formal Review Process page added.

-

May 9, 2000 - Version 1.14.2 - No libraries updated. Library -Requirements and Guidelines expanded, Library -Submission Process added.


-

Revised 02 November 2000

+

Revised 03 November 2000

diff --git a/libraries.htm b/libraries.htm index e00d18abb3..e9546d0962 100644 --- a/libraries.htm +++ b/libraries.htm @@ -55,7 +55,7 @@ and progress display classes from Beman Dawes.
  • type_traits - Templates for fundamental properties of types from John Maddock, Steve Cleary, et al.
  • -
  • utility - utility Class noncopyable +
  • utility - utility Class noncopyable plus next(),  prior(), and tie() function templates from Dave Abrahams and others.
  • @@ -103,7 +103,7 @@ require compilation on your system to link properly.  Boost does not currently have an overall "build" or "make" mechanism in place.


    -

    Revised 02 Nov 2000

    +

    Revised 03 Nov 2000

    diff --git a/libs/utility b/libs/utility index ce2f573ab2..45bfe0b607 160000 --- a/libs/utility +++ b/libs/utility @@ -1 +1 @@ -Subproject commit ce2f573ab22fc1fa9ef3782f4ed22c28a56ae910 +Subproject commit 45bfe0b6079d66d98d95dc7478de13270e0453fe diff --git a/more/submission_process.htm b/more/submission_process.htm index bbf22651dc..42f9d569bb 100644 --- a/more/submission_process.htm +++ b/more/submission_process.htm @@ -109,7 +109,7 @@ subdirectories, with the contents indicated:
  • An introductory page named index.html or index.htm which looks like the initial page of other libraries. Rational  is a model for single part libraries, Integer - or Utility are models for + is a model for multi-part libraries.
  • The documentation page or pages, also in HTML format.
  • Source files implementing the library if it isn't entirely header @@ -149,7 +149,7 @@ necessary.

    Libraries are software; they loose their value over time if not maintained.  Details still hazy.


    -

    Revised 29 October, 2000

    +

    Revised 03 November, 2000