From: Wolfgang Bangerth Date: Sun, 2 Feb 2014 20:53:38 +0000 (+0000) Subject: Complete specify namespace for a symbol to help MS VC++. X-Git-Tag: v8.2.0-rc1~906 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=861d788e7500543cef7b4a82a9cd128f6f841f7e;p=dealii.git Complete specify namespace for a symbol to help MS VC++. git-svn-id: https://svn.dealii.org/trunk@32377 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/constraint_matrix.h b/deal.II/include/deal.II/lac/constraint_matrix.h index 3219015fa1..75b91077b7 100644 --- a/deal.II/include/deal.II/lac/constraint_matrix.h +++ b/deal.II/include/deal.II/lac/constraint_matrix.h @@ -1717,7 +1717,7 @@ distribute_local_to_global (const FullMatrix &local_matrix, Vector dummy(0); distribute_local_to_global (local_matrix, dummy, local_dof_indices, global_matrix, dummy, false, - internal::bool2type::value>()); + dealii::internal::bool2type::value>()); }