]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Work around a problem uncovered by current gcc mainline.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Mar 2008 03:54:21 +0000 (03:54 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 17 Mar 2008 03:54:21 +0000 (03:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@15894 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/contrib/boost/include/boost/graph/detail/sparse_ordering.hpp

index 1124531466421458ccd4b2b21aec1fb4e3ea7ef2..a9b81c9a87975d4e221d647d16e070bc11ec2de9 100644 (file)
@@ -122,7 +122,7 @@ namespace boost {
     public:      
       typedef typename Sequence::iterator iterator;
       typedef typename Sequence::reverse_iterator reverse_iterator;
-      typedef queue<Tp,Sequence> queue;
+       typedef boost::queue<Tp,Sequence> queue;
       typedef typename Sequence::size_type size_type;
 
       inline iterator begin() { return this->c.begin(); }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.