diff --git a/index.htm b/index.htm index 0b55869594..ea717b957a 100644 --- a/index.htm +++ b/index.htm @@ -169,6 +169,9 @@
  • Filesystem Library added - Portable paths, iteration over directories, and other useful filesystem operations, from Beman Dawes.
  • +
  • Optional Library + added - A discriminated-union wrapper for optional values, + from Fernando Cacciola.
  • Interval Library added - Extends the usual arithmetic functions to mathematical intervals, from Guillaume Melquiond, Hervé @@ -384,6 +387,6 @@

    Revised - 21 January, 2003

    + 23 January, 2003

    \ No newline at end of file diff --git a/libs/libraries.htm b/libs/libraries.htm index 8c381a30d4..3be2e871db 100644 --- a/libs/libraries.htm +++ b/libs/libraries.htm @@ -145,6 +145,8 @@ out how to build object libraries, when needed.

  • operators - Templates ease arithmetic classes and iterators, from Dave Abrahams and Jeremy Siek.
  • +
  • optional - Discriminated-union + wrapper for optional values, from Fernando Cacciola.
  • pool - Memory pool management, from Steve Cleary.
  • preprocessor - Preprocessor @@ -441,6 +443,8 @@ out how to build object libraries, when needed.

  • filesystem - Portable paths, iteration over directories, and other useful filesystem operations, from Beman Dawes.
  • +
  • optional - Discriminated-union + wrapper for optional values, from Fernando Cacciola.
  • timer - Event timer, progress timer, and progress display classes, from Beman Dawes.
  • @@ -477,6 +481,6 @@ out how to build object libraries, when needed.

    Revised 21 Jan 2003

    +s-format="%d %b %Y" startspan -->23 Jan 2003

    \ No newline at end of file