From 43c385d10e0463472756ac60e237789f6cf0cf3b Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 17 Jun 2003 22:33:21 +0000 Subject: [PATCH] Work around linker problems related to gcc bug 9393. git-svn-id: https://svn.dealii.org/trunk@7803 0785d39b-7218-0410-832d-ea1e28bc413d --- .../boost/include/boost_local/tuple/detail/tuple_basic.hpp | 2 +- .../boost_local/tuple/detail/tuple_basic_no_partial_spec.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/contrib/boost/include/boost_local/tuple/detail/tuple_basic.hpp b/deal.II/contrib/boost/include/boost_local/tuple/detail/tuple_basic.hpp index 2c0e4d4376..496439397f 100644 --- a/deal.II/contrib/boost/include/boost_local/tuple/detail/tuple_basic.hpp +++ b/deal.II/contrib/boost/include/boost_local/tuple/detail/tuple_basic.hpp @@ -586,7 +586,7 @@ struct swallow_assign { // "ignore" allows tuple positions to be ignored when using "tie". namespace { - detail::swallow_assign ignore; +// detail::swallow_assign ignore; } // --------------------------------------------------------------------------- diff --git a/deal.II/contrib/boost/include/boost_local/tuple/detail/tuple_basic_no_partial_spec.hpp b/deal.II/contrib/boost/include/boost_local/tuple/detail/tuple_basic_no_partial_spec.hpp index 5ae0b9233f..13aa2caebd 100644 --- a/deal.II/contrib/boost/include/boost_local/tuple/detail/tuple_basic_no_partial_spec.hpp +++ b/deal.II/contrib/boost/include/boost_local/tuple/detail/tuple_basic_no_partial_spec.hpp @@ -766,7 +766,7 @@ namespace tuples { } // "ignore" allows tuple positions to be ignored when using "tie". namespace { - detail::swallow_assign ignore; + //detail::swallow_assign ignore; } } // namespace tuples -- 2.39.5