From 81497e1aac790c9d50ee43e8c1059f8a81123248 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Tue, 5 Apr 2016 09:50:57 -0400 Subject: [PATCH] Fix to make compile with clang-no-c++11. --- include/deal.II/lac/la_vector.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- 2.39.5