From: Bruno Turcksin Date: Tue, 5 Apr 2016 13:50:57 +0000 (-0400) Subject: Fix to make compile with clang-no-c++11. X-Git-Tag: v8.5.0-rc1~1140^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2463%2Fhead;p=dealii.git Fix to make compile with clang-no-c++11. --- diff --git a/include/deal.II/lac/la_vector.h b/include/deal.II/lac/la_vector.h index 86b23bf715..e14c508fbe 100644 --- a/include/deal.II/lac/la_vector.h +++ b/include/deal.II/lac/la_vector.h @@ -138,7 +138,8 @@ namespace LinearAlgebra virtual void import(const ReadWriteVector &V, VectorOperation::values operation, std_cxx11::shared_ptr - communication_pattern = NULL); + communication_pattern = + std_cxx11::shared_ptr()); /** * Add @p a to all components. Note that @p a is a scalar not a vector.