From: bangerth Date: Sun, 2 Feb 2014 20:53:38 +0000 (+0000) Subject: Complete specify namespace for a symbol to help MS VC++. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88184b7a97c891e485fa6090926ad621d5bc68b7;p=dealii-svn.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>()); }