From: wolf Date: Tue, 17 Jun 2003 22:33:21 +0000 (+0000) Subject: Work around linker problems related to gcc bug 9393. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43c385d10e0463472756ac60e237789f6cf0cf3b;p=dealii-svn.git Work around linker problems related to gcc bug 9393. git-svn-id: https://svn.dealii.org/trunk@7803 0785d39b-7218-0410-832d-ea1e28bc413d --- 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