From e97a6c79233694aa7c23ccf152bbf141a73f0020 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 22 Aug 2016 15:20:04 -0600 Subject: [PATCH] Require boost 1.56. --- doc/news/changes.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/news/changes.h b/doc/news/changes.h index 516732cacc..d255170027 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -38,6 +38,17 @@ inconvenience this causes.

    +
  1. New: deal.II now requires at least BOOST version 1.56, rather than the + previous minimal version of 1.54. This is because 1.54 does not support + serializing objects of type std::unique_ptr if C++11 is used, but we now + use such objects in a variety of places in classes that can be serialized. + BOOST 1.56, on the other hand, supports this. deal.II bundles BOOST 1.56 + for cases where no or no sufficiently new version of BOOST is found on + a system. +
    + (Wolfgang Bangerth, 2016/08/22) +
  2. +
  3. Removed: Deprecated classes CompressedSparsityPattern, CompressedSimpleSparsityPattern, CompressedSetSparsityPattern, and their block variants got removed. -- 2.39.5