From: Luca Heltai Date: Tue, 10 Nov 2015 19:33:31 +0000 (+0100) Subject: Explicitly specify templates. Not specifying them would make the compiler confused... X-Git-Tag: v8.4.0-rc2~231^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2e3d02bc1c3e9a2405340460a3055c495d6644e;p=dealii.git Explicitly specify templates. Not specifying them would make the compiler confused about what version of block_operator to use. --- diff --git a/include/deal.II/lac/block_linear_operator.h b/include/deal.II/lac/block_linear_operator.h index 567a0e788d..5182815646 100644 --- a/include/deal.II/lac/block_linear_operator.h +++ b/include/deal.II/lac/block_linear_operator.h @@ -588,7 +588,7 @@ block_diagonal_operator(const std::array(new_ops); }