From b98285474cf73561debc4eb844487bfca714126d Mon Sep 17 00:00:00 2001 From: wolf Date: Sat, 12 Jun 2004 23:25:25 +0000 Subject: [PATCH] Repeat something we already had in boost_local to avoid a compiler error about duplicate symbols in executables. git-svn-id: https://svn.dealii.org/trunk@9423 0785d39b-7218-0410-832d-ea1e28bc413d --- .../contrib/boost/include/boost/tuple/detail/tuple_basic.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/contrib/boost/include/boost/tuple/detail/tuple_basic.hpp b/deal.II/contrib/boost/include/boost/tuple/detail/tuple_basic.hpp index 22478c6af3..2cbdd2cd1e 100644 --- a/deal.II/contrib/boost/include/boost/tuple/detail/tuple_basic.hpp +++ b/deal.II/contrib/boost/include/boost/tuple/detail/tuple_basic.hpp @@ -601,7 +601,7 @@ struct swallow_assign { // "ignore" allows tuple positions to be ignored when using "tie". namespace { - detail::swallow_assign ignore; +// detail::swallow_assign ignore; } // --------------------------------------------------------------------------- -- 2.39.5