From: wolf Date: Thu, 6 Feb 2003 21:09:10 +0000 (+0000) Subject: Mention boost. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a12a940491b30700049fd6954e6649e99c652ed;p=dealii-svn.git Mention boost. git-svn-id: https://svn.dealii.org/trunk@7064 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/2002/c-3-4.html b/deal.II/doc/news/2002/c-3-4.html index 6d05177f15..1fd8503309 100644 --- a/deal.II/doc/news/2002/c-3-4.html +++ b/deal.II/doc/news/2002/c-3-4.html @@ -33,6 +33,24 @@ contributor's names are abbreviated by WB (Wolfgang Bangerth), GK

General

    +
  1. + New: deal.II now makes use of some parts of + the boost library, which is + supposed to be a testground for the next generation C++ stanard + library. The parts which we use are now in + contrib/boost/include/boost_local/ and can be + referenced from within your programs. The directory contains + the string _local since you may still want to use + another version or installation of boost in your own programs. +

    + +

    + Also note that boost is large -- much larger than the subset we + have imported --, so we only took what we needed. +
    + (WB 2003/02/06) +

    +
  2. Fixed: A longstanding bug in the documentation system has been fixed: if a namespace was ended with } instead of };