From: danshapero Date: Mon, 28 Mar 2016 14:30:10 +0000 (-0700) Subject: Added entry to changes.h on move constructors X-Git-Tag: v8.5.0-rc1~1161^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=310bb0338fa43f84da468ae945c78c2cde5b80ea;p=dealii.git Added entry to changes.h on move constructors --- diff --git a/doc/news/changes.h b/doc/news/changes.h index e939fc5a48..bf29935213 100644 --- a/doc/news/changes.h +++ b/doc/news/changes.h @@ -122,6 +122,13 @@ inconvenience this causes. (Mauro Bardelloni, 2016/03/28) +
  • New: When using C++11, a move constructor and assignment operator has + been added to SparseMatrix, so that these objects can be returned from + functions and packed into pairs and tuples. +
    + (Daniel Shapero, 2016/03/27) +
  • +
  • New: The product of a rank-1 tensor (a vector) and a rank-2 symmetric tensor (a symmetric matrix) is now defined and yields a rank-1 tensor (a vector). The opposite product was previously