]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Also expose make_tuple in std_cxx11 216/head
authorMatthias Maier <tamiko@kyomu.43-1.org>
Thu, 30 Oct 2014 16:37:29 +0000 (17:37 +0100)
committerMatthias Maier <tamiko@kyomu.43-1.org>
Thu, 30 Oct 2014 16:37:29 +0000 (17:37 +0100)
Our C++11 compatibility headers did not expose (std|boost)::make_tuple, fix
this.

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

index 79f1279ac1618e863fec50964aa6dcf850aad276..5e16c47b8ae3389c0175d2a9dc159811d0e51626 100644 (file)
@@ -1,6 +1,6 @@
 // ---------------------------------------------------------------------
 //
-// Copyright (C) 2009 - 2013 by the deal.II authors
+// Copyright (C) 2009 - 2014 by the deal.II authors
 //
 // This file is part of the deal.II library.
 //
@@ -26,6 +26,7 @@ DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
 {
   using std::tuple;
+  using std::make_tuple;
   using std::get;
   using std::tuple_size;
   using std::tuple_element;
@@ -39,6 +40,7 @@ DEAL_II_NAMESPACE_OPEN
 namespace std_cxx11
 {
   using boost::tuple;
+  using boost::make_tuple;
   using boost::get;
 
                                   // boost::tuples::length has been renamed

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.