From b2c25f7541ff5bb7b30c5eb5a981db4ddbde42ae Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 17 Jan 2001 08:12:36 +0000 Subject: [PATCH] Prefix functions and classes with std:: where this is necessary for the forthcoming future gcc 3.0 release, and mandated by the C++ standard. git-svn-id: https://svn.dealii.org/branches/Branch-3-1@3703 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/2000/3.0.0-vs-3.1.0.html | 13 +++++++++++++ deal.II/doc/news/news.html | 15 +++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/deal.II/doc/news/2000/3.0.0-vs-3.1.0.html b/deal.II/doc/news/2000/3.0.0-vs-3.1.0.html index 38ba2b05dd..f21b2852eb 100644 --- a/deal.II/doc/news/2000/3.0.0-vs-3.1.0.html +++ b/deal.II/doc/news/2000/3.0.0-vs-3.1.0.html @@ -26,6 +26,19 @@ documentation, etc.

General

    +
  1. + New: All identifiers that the C++ standard (see + this page for the public draft -- the + standard itself is not available online for copyright reasons) + mandates to be in namespace std:: are correctly + prefixed by the namespace name. While previous gcc compilers + accepted these names also without the prefix, gcc 3.0 will + require them, as do some commercial compilers. +
    + (WB 2001/01/16) +

    +
  2. New: In multithreading mode, the compile flags now also have _REENTRANT defined. If this flag diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index 941976a9ff..56346c8f7a 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -51,6 +51,21 @@ here. +

    + 2001/01/16: Correct namespace std:: + scoping +
    +
    + All identifiers that the C++ standard (see + this page for the public draft -- the + standard itself is not available online for copyright reasons) + mandates to be in namespace std:: are correctly + prefixed by the namespace name. While previous gcc compilers + accepted these names also without the prefix, gcc 3.0 will + require them, as do some commercial compilers. +
    +
    2000/11/27: Memory consumption monitoring
    -- 2.39.5