From 04a1231361fa9f5a31bb5e171cefa95a3440430f Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 17 Mar 2008 03:54:21 +0000 Subject: [PATCH] Work around a problem uncovered by current gcc mainline. git-svn-id: https://svn.dealii.org/trunk@15894 0785d39b-7218-0410-832d-ea1e28bc413d --- .../boost/include/boost/graph/detail/sparse_ordering.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/contrib/boost/include/boost/graph/detail/sparse_ordering.hpp b/deal.II/contrib/boost/include/boost/graph/detail/sparse_ordering.hpp index 1124531466..a9b81c9a87 100644 --- a/deal.II/contrib/boost/include/boost/graph/detail/sparse_ordering.hpp +++ b/deal.II/contrib/boost/include/boost/graph/detail/sparse_ordering.hpp @@ -122,7 +122,7 @@ namespace boost { public: typedef typename Sequence::iterator iterator; typedef typename Sequence::reverse_iterator reverse_iterator; - typedef queue queue; + typedef boost::queue queue; typedef typename Sequence::size_type size_type; inline iterator begin() { return this->c.begin(); } -- 2.39.5