]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix stupid mistake in non-C++0x mode.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Jan 2009 14:27:59 +0000 (14:27 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 13 Jan 2009 14:27:59 +0000 (14:27 +0000)
git-svn-id: https://svn.dealii.org/trunk@18208 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/std_cxx0x/tuple.h

index 5fa0e0808e7f29d962e9f82f47c9b575055cca6b..b9ca9d4365f652bbe4f7d0cd1fd6bd7f7876af58 100644 (file)
@@ -44,7 +44,7 @@ namespace std_cxx0x
   template <int N, typename T>
   struct tuple_element
   {
-      typedef boost::tuples::element<N,T> type;
+      typedef typename boost::tuples::element<N,T>::type type;
   };
 }
 DEAL_II_NAMESPACE_CLOSE

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.