]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use a namespace std_cxx0x and import into it elements from BOOST. If a compiler at...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 13 Jan 2009 03:41:28 +0000 (03:41 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 13 Jan 2009 03:41:28 +0000 (03:41 +0000)
git-svn-id: https://svn.dealii.org/trunk@18194 0785d39b-7218-0410-832d-ea1e28bc413d

12 files changed:
deal.II/base/include/base/data_out_base.h
deal.II/base/include/base/logstream.h
deal.II/base/include/base/memory_consumption.h
deal.II/base/include/base/std_cxx0x/bind.h [new file with mode: 0644]
deal.II/base/include/base/std_cxx0x/function.h [new file with mode: 0644]
deal.II/base/include/base/std_cxx0x/shared_ptr.h [new file with mode: 0644]
deal.II/base/include/base/std_cxx0x/tuple.h [new file with mode: 0644]
deal.II/base/include/base/thread_management.h
deal.II/base/source/data_out_base.cc
deal.II/base/source/exceptions.cc
deal.II/base/source/log.cc
deal.II/doc/news/changes.h

index 1a6d03805ba914e1d08735b1b775546755c9f081..facb0d59c06784963c0d03d2e7d8816d4177e95c 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -18,8 +18,7 @@
 #include <base/point.h>
 #include <base/table.h>
 #include <base/geometry_info.h>
-
-#include <boost/tuple/tuple.hpp>
+#include <base/std_cxx0x/tuple.h>
 
 #include <vector>
 #include <string>
@@ -1405,7 +1404,7 @@ class DataOutBase
     template <int dim, int spacedim>
     static void write_dx (const std::vector<Patch<dim,spacedim> > &patches,
                          const std::vector<std::string>          &data_names,
-                         const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                         const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                          const DXFlags                           &flags,
                          std::ostream                            &out);
 
@@ -1457,7 +1456,7 @@ class DataOutBase
     template <int dim, int spacedim>
     static void write_eps (const std::vector<Patch<dim,spacedim> > &patches,
                           const std::vector<std::string>          &data_names,
-                          const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                          const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                           const EpsFlags                          &flags,
                           std::ostream                            &out);
 
@@ -1474,7 +1473,7 @@ class DataOutBase
     template <int dim, int spacedim>
     static void write_gmv (const std::vector<Patch<dim,spacedim> > &patches,
                           const std::vector<std::string>          &data_names,
-                          const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                          const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                           const GmvFlags                          &flags,
                           std::ostream                            &out);
 
@@ -1541,7 +1540,7 @@ class DataOutBase
     template <int dim, int spacedim>
     static void write_gnuplot (const std::vector<Patch<dim,spacedim> > &patches,
                               const std::vector<std::string>          &data_names,
-                              const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                              const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                               const GnuplotFlags                      &flags,
                               std::ostream                            &out);
 
@@ -1595,7 +1594,7 @@ class DataOutBase
     template <int dim, int spacedim>
     static void write_povray (const std::vector<Patch<dim,spacedim> > &patches,
                              const std::vector<std::string>          &data_names,
-                             const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                             const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                              const PovrayFlags                       &flags,
                              std::ostream                            &out);
 
@@ -1609,7 +1608,7 @@ class DataOutBase
     template <int dim, int spacedim>
     static void write_tecplot (const std::vector<Patch<dim,spacedim> > &patches,
                               const std::vector<std::string>          &data_names,
-                              const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                              const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                               const TecplotFlags                      &flags,
                               std::ostream                            &out);
 
@@ -1638,7 +1637,7 @@ class DataOutBase
     static void write_tecplot_binary (
       const std::vector<Patch<dim,spacedim> > &patches,
       const std::vector<std::string>          &data_names,
-      const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+      const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
       const TecplotFlags                      &flags,
       std::ostream                            &out);
 
@@ -1660,7 +1659,7 @@ class DataOutBase
     template <int dim, int spacedim>
     static void write_ucd (const std::vector<Patch<dim,spacedim> > &patches,
                           const std::vector<std::string>          &data_names,
-                          const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                          const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                           const UcdFlags                          &flags,
                           std::ostream                            &out);
 
@@ -1681,7 +1680,7 @@ class DataOutBase
     template <int dim, int spacedim>
     static void write_vtk (const std::vector<Patch<dim,spacedim> > &patches,
                           const std::vector<std::string>          &data_names,
-                          const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                          const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                           const VtkFlags                          &flags,
                           std::ostream                            &out);
 
@@ -1729,7 +1728,7 @@ class DataOutBase
     static void write_deal_II_intermediate (
       const std::vector<Patch<dim,spacedim> > &patches,
       const std::vector<std::string>          &data_names,
-      const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+      const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
       const Deal_II_IntermediateFlags         &flags,
       std::ostream                            &out);
 
@@ -2426,7 +2425,7 @@ class DataOutInterface : private DataOutBase
                                      * collection of scalar fields.
                                      */
     virtual
-    std::vector<boost::tuple<unsigned int, unsigned int, std::string> >
+    std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> >
     get_vector_data_ranges () const;
     
                                     /**
@@ -2729,7 +2728,7 @@ class DataOutReader : public DataOutInterface<dim,spacedim>
                                      * collection of scalar fields.
                                      */
     virtual
-    std::vector<boost::tuple<unsigned int, unsigned int, std::string> >
+    std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> >
     get_vector_data_ranges () const;
 
   private:
@@ -2749,7 +2748,7 @@ class DataOutReader : public DataOutInterface<dim,spacedim>
                                      * output field are to be
                                      * considered vectors.
                                      */
-    std::vector<boost::tuple<unsigned int, unsigned int, std::string> >
+    std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> >
     vector_data_ranges;
 };
 
index 4515e8a0657aef39264d6491c1bdb7fdef89c0e8..4b446c9451e9622906ffd39a3926737cbe1c6cb1 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
 
 #include <base/config.h>
 #include <base/exceptions.h>
+#include <base/std_cxx0x/shared_ptr.h>
 
 #include <string>
 #include <stack>
 #include <map>
 #include <cmath>
-#include <boost/shared_ptr.hpp>
 
 DEAL_II_NAMESPACE_OPEN
 // we only need output streams, but older compilers did not provide
@@ -421,7 +421,7 @@ class LogStream
                                     /**
                                      * Type of the stream map
                                      */
-    typedef std::map<unsigned int, boost::shared_ptr<std::ostringstream> > stream_map_type;
+    typedef std::map<unsigned int, std_cxx0x::shared_ptr<std::ostringstream> > stream_map_type;
     
                                     /**
                                      * We generate a stringstream for
index 4c27e57a644eb6fab46cb57e9a08fc987d7c7433..0e1224d03d6690a8ebfd6910969b86210318f7d0 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -15,7 +15,7 @@
 
 
 #include <base/config.h>
-#include <boost/shared_ptr.hpp>
+#include <base/std_cxx0x/shared_ptr.h>
 #include <string>
 #include <vector>
 #include <utility>
@@ -371,7 +371,7 @@ namespace MemoryConsumption
     
                                   /**
                                    * Return the amount of memory used
-                                   * by a boost shared pointer. Make
+                                   * by a shared pointer. Make
                                    * sure that you are really
                                    * interested in this, and not the
                                    * amount of memory required by the
@@ -379,7 +379,7 @@ namespace MemoryConsumption
                                    */
   template <typename T>
   inline
-  unsigned int memory_consumption (const boost::shared_ptr<T> &);
+  unsigned int memory_consumption (const std_cxx0x::shared_ptr<T> &);
     
                                   /**
                                    * For all other types which are
@@ -604,7 +604,7 @@ namespace MemoryConsumption
   template <typename T>
   inline
   unsigned int
-  memory_consumption (const boost::shared_ptr<T> &ptr)
+  memory_consumption (const std_cxx0x::shared_ptr<T> &ptr)
   {
     return sizeof(ptr);
   }
diff --git a/deal.II/base/include/base/std_cxx0x/bind.h b/deal.II/base/include/base/std_cxx0x/bind.h
new file mode 100644 (file)
index 0000000..baf313a
--- /dev/null
@@ -0,0 +1,34 @@
+//---------------------------------------------------------------------------
+//    $Id: std_cxx0x_tuple.h 16094 2008-05-14 19:18:25Z bangerth $
+//    Version: $Name$
+//
+//    Copyright (C) 2009 by the deal.II authors
+//
+//    This file is subject to QPL and may not be  distributed
+//    without copyright and license information. Please refer
+//    to the file deal.II/doc/license.html for the  text  and
+//    further information on this license.
+//
+//---------------------------------------------------------------------------
+#ifndef __deal2__std_cxx0x_bin_h
+#define __deal2__std_cxx0x_bind_h
+
+
+#include <base/config.h>
+#include <boost/bind.hpp>
+
+
+DEAL_II_NAMESPACE_OPEN
+
+namespace std_cxx0x
+{
+  using boost::bind;
+  using boost::ref;
+  using boost::cref;
+  using boost::reference_wrapper;
+}
+
+
+DEAL_II_NAMESPACE_CLOSE
+
+#endif
diff --git a/deal.II/base/include/base/std_cxx0x/function.h b/deal.II/base/include/base/std_cxx0x/function.h
new file mode 100644 (file)
index 0000000..e17704a
--- /dev/null
@@ -0,0 +1,31 @@
+//---------------------------------------------------------------------------
+//    $Id: std_cxx0x_tuple.h 16094 2008-05-14 19:18:25Z bangerth $
+//    Version: $Name$
+//
+//    Copyright (C) 2009 by the deal.II authors
+//
+//    This file is subject to QPL and may not be  distributed
+//    without copyright and license information. Please refer
+//    to the file deal.II/doc/license.html for the  text  and
+//    further information on this license.
+//
+//---------------------------------------------------------------------------
+#ifndef __deal2__std_cxx0x_function_h
+#define __deal2__std_cxx0x_function_h
+
+
+#include <base/config.h>
+#include <boost/function.hpp>
+
+
+DEAL_II_NAMESPACE_OPEN
+
+namespace std_cxx0x
+{
+  using boost::function;
+}
+
+
+DEAL_II_NAMESPACE_CLOSE
+
+#endif
diff --git a/deal.II/base/include/base/std_cxx0x/shared_ptr.h b/deal.II/base/include/base/std_cxx0x/shared_ptr.h
new file mode 100644 (file)
index 0000000..0c5e032
--- /dev/null
@@ -0,0 +1,31 @@
+//---------------------------------------------------------------------------
+//    $Id: std_cxx0x_tuple.h 16094 2008-05-14 19:18:25Z bangerth $
+//    Version: $Name$
+//
+//    Copyright (C) 2009 by the deal.II authors
+//
+//    This file is subject to QPL and may not be  distributed
+//    without copyright and license information. Please refer
+//    to the file deal.II/doc/license.html for the  text  and
+//    further information on this license.
+//
+//---------------------------------------------------------------------------
+#ifndef __deal2__std_cxx0x_shared_ptr_h
+#define __deal2__std_cxx0x_shared_ptr_h
+
+
+#include <base/config.h>
+#include <boost/shared_ptr.hpp>
+
+
+DEAL_II_NAMESPACE_OPEN
+
+namespace std_cxx0x
+{
+  using boost::shared_ptr;
+}
+
+
+DEAL_II_NAMESPACE_CLOSE
+
+#endif
diff --git a/deal.II/base/include/base/std_cxx0x/tuple.h b/deal.II/base/include/base/std_cxx0x/tuple.h
new file mode 100644 (file)
index 0000000..20cd029
--- /dev/null
@@ -0,0 +1,35 @@
+//---------------------------------------------------------------------------
+//    $Id: std_cxx0x_tuple.h 16094 2008-05-14 19:18:25Z bangerth $
+//    Version: $Name$
+//
+//    Copyright (C) 2009 by the deal.II authors
+//
+//    This file is subject to QPL and may not be  distributed
+//    without copyright and license information. Please refer
+//    to the file deal.II/doc/license.html for the  text  and
+//    further information on this license.
+//
+//---------------------------------------------------------------------------
+#ifndef __deal2__std_cxx0x_tuple_h
+#define __deal2__std_cxx0x_tuple_h
+
+
+#include <base/config.h>
+#include <boost/tuple/tuple.hpp>
+
+
+DEAL_II_NAMESPACE_OPEN
+
+namespace std_cxx0x
+{
+  using boost::tuple;
+  namespace tuples
+  {
+    using namespace boost::tuples;
+  }
+}
+
+
+DEAL_II_NAMESPACE_CLOSE
+
+#endif
index 17bd6b36b68615595ec52e6c0320617f8d029679..f1696b0a135fed7061c716b3ac6c62209929ddc0 100644 (file)
 
 #include <base/config.h>
 #include <base/exceptions.h>
+#include <base/std_cxx0x/tuple.h>
+#include <base/std_cxx0x/function.h>
+#include <base/std_cxx0x/shared_ptr.h>
+#include <base/std_cxx0x/bind.h>
 
 #include <iterator>
 #include <vector>
+#include <list>
 #include <utility>
 
-#include <list>
-#include <boost/type_traits.hpp>
-#include <boost/tuple/tuple.hpp>
-#include <boost/shared_ptr.hpp>
-#include <boost/bind.hpp>
-#include <boost/function.hpp>
 
 #if DEAL_II_USE_MT == 1
 #  if defined(DEAL_II_USE_MT_POSIX)
@@ -922,14 +921,14 @@ namespace Threads
   namespace internal
   {
     template <typename RT>
-    inline void call (const boost::function<RT ()> &function,
+    inline void call (const std_cxx0x::function<RT ()> &function,
                      internal::return_value<RT> &ret_val)
     {
       ret_val.set (function());
     }  
 
 
-    inline void call (const boost::function<void ()> &function,
+    inline void call (const std_cxx0x::function<void ()> &function,
                      internal::return_value<void> &)
     {
       function();
@@ -954,7 +953,7 @@ namespace Threads
                                       * for each number of arguments.
                                       */
     template <typename RT, typename ArgList,
-              int length = boost::tuples::length<ArgList>::value>
+              int length = std_cxx0x::tuples::length<ArgList>::value>
     struct fun_ptr_helper;
   
 
@@ -982,7 +981,7 @@ namespace Threads
     template <typename RT, typename ArgList>
     struct fun_ptr_helper<RT, ArgList, 1>
     {
-        typedef RT (type) (typename boost::tuples::element<0,ArgList>::type);
+        typedef RT (type) (typename std_cxx0x::tuples::element<0,ArgList>::type);
     };
 
 
@@ -996,8 +995,8 @@ namespace Threads
     template <typename RT, typename ArgList>
     struct fun_ptr_helper<RT, ArgList, 2>
     {
-        typedef RT (type) (typename boost::tuples::element<0,ArgList>::type,
-                          typename boost::tuples::element<1,ArgList>::type);
+        typedef RT (type) (typename std_cxx0x::tuples::element<0,ArgList>::type,
+                          typename std_cxx0x::tuples::element<1,ArgList>::type);
     };
 
 
@@ -1011,9 +1010,9 @@ namespace Threads
     template <typename RT, typename ArgList>
     struct fun_ptr_helper<RT, ArgList, 3>
     {
-        typedef RT (type) (typename boost::tuples::element<0,ArgList>::type,
-                          typename boost::tuples::element<1,ArgList>::type,
-                          typename boost::tuples::element<2,ArgList>::type);
+        typedef RT (type) (typename std_cxx0x::tuples::element<0,ArgList>::type,
+                          typename std_cxx0x::tuples::element<1,ArgList>::type,
+                          typename std_cxx0x::tuples::element<2,ArgList>::type);
     };
 
 
@@ -1027,10 +1026,10 @@ namespace Threads
     template <typename RT, typename ArgList>
     struct fun_ptr_helper<RT, ArgList, 4>
     {
-        typedef RT (type) (typename boost::tuples::element<0,ArgList>::type,
-                          typename boost::tuples::element<1,ArgList>::type,
-                          typename boost::tuples::element<2,ArgList>::type,
-                          typename boost::tuples::element<3,ArgList>::type);
+        typedef RT (type) (typename std_cxx0x::tuples::element<0,ArgList>::type,
+                          typename std_cxx0x::tuples::element<1,ArgList>::type,
+                          typename std_cxx0x::tuples::element<2,ArgList>::type,
+                          typename std_cxx0x::tuples::element<3,ArgList>::type);
     };
 
 
@@ -1044,11 +1043,11 @@ namespace Threads
     template <typename RT, typename ArgList>
     struct fun_ptr_helper<RT, ArgList, 5>
     {
-        typedef RT (type) (typename boost::tuples::element<0,ArgList>::type,
-                          typename boost::tuples::element<1,ArgList>::type,
-                          typename boost::tuples::element<2,ArgList>::type,
-                          typename boost::tuples::element<3,ArgList>::type,
-                          typename boost::tuples::element<4,ArgList>::type);
+        typedef RT (type) (typename std_cxx0x::tuples::element<0,ArgList>::type,
+                          typename std_cxx0x::tuples::element<1,ArgList>::type,
+                          typename std_cxx0x::tuples::element<2,ArgList>::type,
+                          typename std_cxx0x::tuples::element<3,ArgList>::type,
+                          typename std_cxx0x::tuples::element<4,ArgList>::type);
     };
 
 
@@ -1062,12 +1061,12 @@ namespace Threads
     template <typename RT, typename ArgList>
     struct fun_ptr_helper<RT, ArgList, 6>
     {
-        typedef RT (type) (typename boost::tuples::element<0,ArgList>::type,
-                          typename boost::tuples::element<1,ArgList>::type,
-                          typename boost::tuples::element<2,ArgList>::type,
-                          typename boost::tuples::element<3,ArgList>::type,
-                          typename boost::tuples::element<4,ArgList>::type,
-                          typename boost::tuples::element<5,ArgList>::type);
+        typedef RT (type) (typename std_cxx0x::tuples::element<0,ArgList>::type,
+                          typename std_cxx0x::tuples::element<1,ArgList>::type,
+                          typename std_cxx0x::tuples::element<2,ArgList>::type,
+                          typename std_cxx0x::tuples::element<3,ArgList>::type,
+                          typename std_cxx0x::tuples::element<4,ArgList>::type,
+                          typename std_cxx0x::tuples::element<5,ArgList>::type);
     };
 
 
@@ -1081,13 +1080,13 @@ namespace Threads
     template <typename RT, typename ArgList>
     struct fun_ptr_helper<RT, ArgList, 7>
     {
-        typedef RT (type) (typename boost::tuples::element<0,ArgList>::type,
-                          typename boost::tuples::element<1,ArgList>::type,
-                          typename boost::tuples::element<2,ArgList>::type,
-                          typename boost::tuples::element<3,ArgList>::type,
-                          typename boost::tuples::element<4,ArgList>::type,
-                          typename boost::tuples::element<5,ArgList>::type,
-                          typename boost::tuples::element<6,ArgList>::type);
+        typedef RT (type) (typename std_cxx0x::tuples::element<0,ArgList>::type,
+                          typename std_cxx0x::tuples::element<1,ArgList>::type,
+                          typename std_cxx0x::tuples::element<2,ArgList>::type,
+                          typename std_cxx0x::tuples::element<3,ArgList>::type,
+                          typename std_cxx0x::tuples::element<4,ArgList>::type,
+                          typename std_cxx0x::tuples::element<5,ArgList>::type,
+                          typename std_cxx0x::tuples::element<6,ArgList>::type);
     };
 
 
@@ -1101,14 +1100,14 @@ namespace Threads
     template <typename RT, typename ArgList>
     struct fun_ptr_helper<RT, ArgList, 8>
     {
-        typedef RT (type) (typename boost::tuples::element<0,ArgList>::type,
-                          typename boost::tuples::element<1,ArgList>::type,
-                          typename boost::tuples::element<2,ArgList>::type,
-                          typename boost::tuples::element<3,ArgList>::type,
-                          typename boost::tuples::element<4,ArgList>::type,
-                          typename boost::tuples::element<5,ArgList>::type,
-                          typename boost::tuples::element<6,ArgList>::type,
-                          typename boost::tuples::element<7,ArgList>::type);
+        typedef RT (type) (typename std_cxx0x::tuples::element<0,ArgList>::type,
+                          typename std_cxx0x::tuples::element<1,ArgList>::type,
+                          typename std_cxx0x::tuples::element<2,ArgList>::type,
+                          typename std_cxx0x::tuples::element<3,ArgList>::type,
+                          typename std_cxx0x::tuples::element<4,ArgList>::type,
+                          typename std_cxx0x::tuples::element<5,ArgList>::type,
+                          typename std_cxx0x::tuples::element<6,ArgList>::type,
+                          typename std_cxx0x::tuples::element<7,ArgList>::type);
     };
 
 
@@ -1122,15 +1121,15 @@ namespace Threads
     template <typename RT, typename ArgList>
     struct fun_ptr_helper<RT, ArgList, 9>
     {
-        typedef RT (type) (typename boost::tuples::element<0,ArgList>::type,
-                          typename boost::tuples::element<1,ArgList>::type,
-                          typename boost::tuples::element<2,ArgList>::type,
-                          typename boost::tuples::element<3,ArgList>::type,
-                          typename boost::tuples::element<4,ArgList>::type,
-                          typename boost::tuples::element<5,ArgList>::type,
-                          typename boost::tuples::element<6,ArgList>::type,
-                          typename boost::tuples::element<7,ArgList>::type,
-                          typename boost::tuples::element<8,ArgList>::type);
+        typedef RT (type) (typename std_cxx0x::tuples::element<0,ArgList>::type,
+                          typename std_cxx0x::tuples::element<1,ArgList>::type,
+                          typename std_cxx0x::tuples::element<2,ArgList>::type,
+                          typename std_cxx0x::tuples::element<3,ArgList>::type,
+                          typename std_cxx0x::tuples::element<4,ArgList>::type,
+                          typename std_cxx0x::tuples::element<5,ArgList>::type,
+                          typename std_cxx0x::tuples::element<6,ArgList>::type,
+                          typename std_cxx0x::tuples::element<7,ArgList>::type,
+                          typename std_cxx0x::tuples::element<8,ArgList>::type);
     };
 
 
@@ -1145,16 +1144,16 @@ namespace Threads
     template <typename RT, typename ArgList>
     struct fun_ptr_helper<RT, ArgList, 10>
     {
-        typedef RT (type) (typename boost::tuples::element<0,ArgList>::type,
-                          typename boost::tuples::element<1,ArgList>::type,
-                          typename boost::tuples::element<2,ArgList>::type,
-                          typename boost::tuples::element<3,ArgList>::type,
-                          typename boost::tuples::element<4,ArgList>::type,
-                          typename boost::tuples::element<5,ArgList>::type,
-                          typename boost::tuples::element<6,ArgList>::type,
-                          typename boost::tuples::element<7,ArgList>::type,
-                          typename boost::tuples::element<8,ArgList>::type,
-                          typename boost::tuples::element<9,ArgList>::type);
+        typedef RT (type) (typename std_cxx0x::tuples::element<0,ArgList>::type,
+                          typename std_cxx0x::tuples::element<1,ArgList>::type,
+                          typename std_cxx0x::tuples::element<2,ArgList>::type,
+                          typename std_cxx0x::tuples::element<3,ArgList>::type,
+                          typename std_cxx0x::tuples::element<4,ArgList>::type,
+                          typename std_cxx0x::tuples::element<5,ArgList>::type,
+                          typename std_cxx0x::tuples::element<6,ArgList>::type,
+                          typename std_cxx0x::tuples::element<7,ArgList>::type,
+                          typename std_cxx0x::tuples::element<8,ArgList>::type,
+                          typename std_cxx0x::tuples::element<9,ArgList>::type);
     };
 
   
@@ -1371,7 +1370,7 @@ namespace Threads
 #if defined(DEAL_II_NAMESP_TEMPL_FRIEND_BUG2) || defined(DEAL_II_NAMESP_TEMPL_FRIEND_BUG)
     public:
 #endif
-      Thread (const boost::shared_ptr<internal::thread_description<RT> > &td)
+      Thread (const std_cxx0x::shared_ptr<internal::thread_description<RT> > &td)
                       : thread_descriptor (td) {}
 
     public:
@@ -1452,7 +1451,7 @@ namespace Threads
                                         * as long as there is at least
                                         * one subscriber to it.
                                         */
-      boost::shared_ptr<internal::thread_description<RT> > thread_descriptor;
+      std_cxx0x::shared_ptr<internal::thread_description<RT> > thread_descriptor;
 
 #if !defined(DEAL_II_NAMESP_TEMPL_FRIEND_BUG2) && !defined(DEAL_II_NAMESP_TEMPL_FRIEND_BUG)
       template <typename> friend struct internal::ThreadStarter;
@@ -1489,11 +1488,11 @@ namespace Threads
                                          * simply call the function.
                                           */
        static
-       Thread<RT> start_thread (const boost::function<RT ()> &function)
+       Thread<RT> start_thread (const std_cxx0x::function<RT ()> &function)
          {
            ThreadStarter<RT> wrapper (function);
            wrapper.thread_descriptor =
-             boost::shared_ptr<internal::thread_description<RT> >
+             std_cxx0x::shared_ptr<internal::thread_description<RT> >
              (new internal::thread_description<RT>());
            
 #if (DEAL_II_USE_MT == 1)
@@ -1544,7 +1543,7 @@ namespace Threads
                                           * their knowledge of the
                                           * types involved.
                                           */
-        ThreadStarter (const boost::function<RT ()> &function)
+        ThreadStarter (const std_cxx0x::function<RT ()> &function)
                         :
                        function (function),
                        data_has_been_copied (false)
@@ -1555,7 +1554,7 @@ namespace Threads
                                           * unique object describing a
                                           * thread on the OS level.
                                           */
-        boost::shared_ptr<internal::thread_description<RT> >
+        std_cxx0x::shared_ptr<internal::thread_description<RT> >
        thread_descriptor;
 
                                          /**
@@ -1577,7 +1576,7 @@ namespace Threads
                                          * because of the way the creation of
                                          * threads is staged.
                                           */
-       const boost::function<RT ()> &function;
+       const std_cxx0x::function<RT ()> &function;
 
                                         /**
                                          * A variable that indicates whether
@@ -1599,9 +1598,9 @@ namespace Threads
                                              // copy information from
                                              // the stack of the
                                              // calling thread
-            boost::function<RT ()> function = wrapper->function;
+            std_cxx0x::function<RT ()> function = wrapper->function;
 
-            boost::shared_ptr<internal::thread_description<RT> >
+            std_cxx0x::shared_ptr<internal::thread_description<RT> >
               thread_descriptor  = wrapper->thread_descriptor;
           
                                              // signal the fact that
@@ -1660,7 +1659,7 @@ namespace Threads
   {
                                     /**
                                      * A general template that returns
-                                     * boost::ref(t) if t is of reference
+                                     * std_cxx0x::ref(t) if t is of reference
                                      * type, and t otherwise.
                                      *
                                      * The case that t is of reference type
@@ -1668,7 +1667,7 @@ namespace Threads
                                      * declared below.
                                      */
     template <typename T>
-    struct maybe_make_boost_ref
+    struct maybe_make_ref
     {
        static T act (T &t)
          {
@@ -1680,7 +1679,7 @@ namespace Threads
 
                                     /**
                                      * A general template that returns
-                                     * boost::ref(t) if t is of reference
+                                     * std_cxx0x::ref(t) if t is of reference
                                      * type, and t otherwise.
                                      *
                                      * The case that t is of reference type
@@ -1688,11 +1687,11 @@ namespace Threads
                                      * specialization.
                                      */
     template <typename T>
-    struct maybe_make_boost_ref<T &>
+    struct maybe_make_ref<T &>
     {
-       static boost::reference_wrapper<T> act (T &t)
+       static std_cxx0x::reference_wrapper<T> act (T &t)
          {
-           return boost::ref(t);
+           return std_cxx0x::ref(t);
          }
     };
   }
@@ -1744,7 +1743,7 @@ namespace Threads
                        : function (*function)
          {}
 
-        fun_encapsulator (const boost::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
+        fun_encapsulator (const std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
                         : function (function)
          {}
 
@@ -1756,7 +1755,7 @@ namespace Threads
          }
     
       private:
-        boost::function<typename internal::fun_ptr<RT,ArgList>::type> function;
+        std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> function;
     };
   
                                      /**
@@ -1772,22 +1771,22 @@ namespace Threads
                        : function (*function)
          {}
 
-        fun_encapsulator (const boost::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
+        fun_encapsulator (const std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
                         : function (function)
          {}
 
         inline
         Thread<RT>
-        operator() (typename boost::tuples::element<0,ArgList>::type arg1)
+        operator() (typename std_cxx0x::tuples::element<0,ArgList>::type arg1)
          {
            return
              ThreadStarter<RT>::start_thread
-             (boost::bind (function,
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<0,ArgList>::type>::act(arg1)));
+             (std_cxx0x::bind (function,
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<0,ArgList>::type>::act(arg1)));
          }
     
       private:
-       boost::function<typename internal::fun_ptr<RT,ArgList>::type> function;
+       std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> function;
     };
 
                                     /**
@@ -1803,24 +1802,24 @@ namespace Threads
                        : function (*function)
          {}
 
-       fun_encapsulator (const boost::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
+       fun_encapsulator (const std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
                        : function (function)
          {}
 
        inline
        Thread<RT>
-       operator() (typename boost::tuples::element<0,ArgList>::type arg1,
-                   typename boost::tuples::element<1,ArgList>::type arg2)
+       operator() (typename std_cxx0x::tuples::element<0,ArgList>::type arg1,
+                   typename std_cxx0x::tuples::element<1,ArgList>::type arg2)
          {
            return
              ThreadStarter<RT>::start_thread
-             (boost::bind (function,
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<0,ArgList>::type>::act(arg1),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<1,ArgList>::type>::act(arg2)));
+             (std_cxx0x::bind (function,
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<0,ArgList>::type>::act(arg1),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<1,ArgList>::type>::act(arg2)));
          }
     
       private:
-       boost::function<typename internal::fun_ptr<RT,ArgList>::type> function;
+       std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> function;
     };
   
                                     /**
@@ -1836,26 +1835,26 @@ namespace Threads
                        : function (*function)
          {}
 
-       fun_encapsulator (const boost::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
+       fun_encapsulator (const std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
                        : function (function)
          {}
 
        inline
        Thread<RT>
-       operator() (typename boost::tuples::element<0,ArgList>::type arg1,
-                   typename boost::tuples::element<1,ArgList>::type arg2,
-                   typename boost::tuples::element<2,ArgList>::type arg3)
+       operator() (typename std_cxx0x::tuples::element<0,ArgList>::type arg1,
+                   typename std_cxx0x::tuples::element<1,ArgList>::type arg2,
+                   typename std_cxx0x::tuples::element<2,ArgList>::type arg3)
          {
            return
              ThreadStarter<RT>::start_thread
-             (boost::bind (function,
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<0,ArgList>::type>::act(arg1),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<1,ArgList>::type>::act(arg2),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<2,ArgList>::type>::act(arg3)));
+             (std_cxx0x::bind (function,
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<0,ArgList>::type>::act(arg1),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<1,ArgList>::type>::act(arg2),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<2,ArgList>::type>::act(arg3)));
          }
     
       private:
-       boost::function<typename internal::fun_ptr<RT,ArgList>::type> function;
+       std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> function;
     };
   
                                     /**
@@ -1871,28 +1870,28 @@ namespace Threads
                        : function (*function)
          {}
 
-       fun_encapsulator (const boost::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
+       fun_encapsulator (const std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
                        : function (function)
          {}
 
        inline
        Thread<RT>
-       operator() (typename boost::tuples::element<0,ArgList>::type arg1,
-                   typename boost::tuples::element<1,ArgList>::type arg2,
-                   typename boost::tuples::element<2,ArgList>::type arg3,
-                   typename boost::tuples::element<3,ArgList>::type arg4)
+       operator() (typename std_cxx0x::tuples::element<0,ArgList>::type arg1,
+                   typename std_cxx0x::tuples::element<1,ArgList>::type arg2,
+                   typename std_cxx0x::tuples::element<2,ArgList>::type arg3,
+                   typename std_cxx0x::tuples::element<3,ArgList>::type arg4)
          {
            return
              ThreadStarter<RT>::start_thread
-             (boost::bind (function,
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<0,ArgList>::type>::act(arg1),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<1,ArgList>::type>::act(arg2),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<2,ArgList>::type>::act(arg3),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<3,ArgList>::type>::act(arg4)));
+             (std_cxx0x::bind (function,
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<0,ArgList>::type>::act(arg1),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<1,ArgList>::type>::act(arg2),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<2,ArgList>::type>::act(arg3),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<3,ArgList>::type>::act(arg4)));
          }
     
       private:
-       boost::function<typename internal::fun_ptr<RT,ArgList>::type> function;
+       std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> function;
     };
   
                                     /**
@@ -1908,30 +1907,30 @@ namespace Threads
                        : function (*function)
          {}
 
-       fun_encapsulator (const boost::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
+       fun_encapsulator (const std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
                        : function (function)
          {}
 
        inline
        Thread<RT>
-       operator() (typename boost::tuples::element<0,ArgList>::type arg1,
-                   typename boost::tuples::element<1,ArgList>::type arg2,
-                   typename boost::tuples::element<2,ArgList>::type arg3,
-                   typename boost::tuples::element<3,ArgList>::type arg4,
-                   typename boost::tuples::element<4,ArgList>::type arg5)
+       operator() (typename std_cxx0x::tuples::element<0,ArgList>::type arg1,
+                   typename std_cxx0x::tuples::element<1,ArgList>::type arg2,
+                   typename std_cxx0x::tuples::element<2,ArgList>::type arg3,
+                   typename std_cxx0x::tuples::element<3,ArgList>::type arg4,
+                   typename std_cxx0x::tuples::element<4,ArgList>::type arg5)
          {
            return
              ThreadStarter<RT>::start_thread
-             (boost::bind (function,
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<0,ArgList>::type>::act(arg1),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<1,ArgList>::type>::act(arg2),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<2,ArgList>::type>::act(arg3),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<3,ArgList>::type>::act(arg4),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<4,ArgList>::type>::act(arg5)));
+             (std_cxx0x::bind (function,
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<0,ArgList>::type>::act(arg1),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<1,ArgList>::type>::act(arg2),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<2,ArgList>::type>::act(arg3),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<3,ArgList>::type>::act(arg4),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<4,ArgList>::type>::act(arg5)));
          }
     
       private:
-       boost::function<typename internal::fun_ptr<RT,ArgList>::type> function;
+       std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> function;
     };
   
                                     /**
@@ -1947,32 +1946,32 @@ namespace Threads
                        : function (*function)
          {}
 
-       fun_encapsulator (const boost::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
+       fun_encapsulator (const std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
                        : function (function)
          {}
 
        inline
        Thread<RT>
-       operator() (typename boost::tuples::element<0,ArgList>::type arg1,
-                   typename boost::tuples::element<1,ArgList>::type arg2,
-                   typename boost::tuples::element<2,ArgList>::type arg3,
-                   typename boost::tuples::element<3,ArgList>::type arg4,
-                   typename boost::tuples::element<4,ArgList>::type arg5,
-                   typename boost::tuples::element<5,ArgList>::type arg6)
+       operator() (typename std_cxx0x::tuples::element<0,ArgList>::type arg1,
+                   typename std_cxx0x::tuples::element<1,ArgList>::type arg2,
+                   typename std_cxx0x::tuples::element<2,ArgList>::type arg3,
+                   typename std_cxx0x::tuples::element<3,ArgList>::type arg4,
+                   typename std_cxx0x::tuples::element<4,ArgList>::type arg5,
+                   typename std_cxx0x::tuples::element<5,ArgList>::type arg6)
          {
            return
              ThreadStarter<RT>::start_thread
-             (boost::bind (function,
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<0,ArgList>::type>::act(arg1),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<1,ArgList>::type>::act(arg2),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<2,ArgList>::type>::act(arg3),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<3,ArgList>::type>::act(arg4),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<4,ArgList>::type>::act(arg5),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<5,ArgList>::type>::act(arg6)));
+             (std_cxx0x::bind (function,
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<0,ArgList>::type>::act(arg1),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<1,ArgList>::type>::act(arg2),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<2,ArgList>::type>::act(arg3),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<3,ArgList>::type>::act(arg4),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<4,ArgList>::type>::act(arg5),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<5,ArgList>::type>::act(arg6)));
          }
     
       private:
-       boost::function<typename internal::fun_ptr<RT,ArgList>::type> function;
+       std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> function;
     };
   
                                     /**
@@ -1988,34 +1987,34 @@ namespace Threads
                        : function (*function)
          {}
 
-       fun_encapsulator (const boost::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
+       fun_encapsulator (const std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
                        : function (function)
          {}
 
        inline
        Thread<RT>
-       operator() (typename boost::tuples::element<0,ArgList>::type arg1,
-                   typename boost::tuples::element<1,ArgList>::type arg2,
-                   typename boost::tuples::element<2,ArgList>::type arg3,
-                   typename boost::tuples::element<3,ArgList>::type arg4,
-                   typename boost::tuples::element<4,ArgList>::type arg5,
-                   typename boost::tuples::element<5,ArgList>::type arg6,
-                   typename boost::tuples::element<6,ArgList>::type arg7)
+       operator() (typename std_cxx0x::tuples::element<0,ArgList>::type arg1,
+                   typename std_cxx0x::tuples::element<1,ArgList>::type arg2,
+                   typename std_cxx0x::tuples::element<2,ArgList>::type arg3,
+                   typename std_cxx0x::tuples::element<3,ArgList>::type arg4,
+                   typename std_cxx0x::tuples::element<4,ArgList>::type arg5,
+                   typename std_cxx0x::tuples::element<5,ArgList>::type arg6,
+                   typename std_cxx0x::tuples::element<6,ArgList>::type arg7)
          {
            return
              ThreadStarter<RT>::start_thread
-             (boost::bind (function,
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<0,ArgList>::type>::act(arg1),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<1,ArgList>::type>::act(arg2),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<2,ArgList>::type>::act(arg3),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<3,ArgList>::type>::act(arg4),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<4,ArgList>::type>::act(arg5),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<5,ArgList>::type>::act(arg6),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<6,ArgList>::type>::act(arg7)));
+             (std_cxx0x::bind (function,
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<0,ArgList>::type>::act(arg1),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<1,ArgList>::type>::act(arg2),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<2,ArgList>::type>::act(arg3),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<3,ArgList>::type>::act(arg4),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<4,ArgList>::type>::act(arg5),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<5,ArgList>::type>::act(arg6),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<6,ArgList>::type>::act(arg7)));
          }
     
       private:
-       boost::function<typename internal::fun_ptr<RT,ArgList>::type> function;
+       std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> function;
     };
 
                                     /**
@@ -2031,36 +2030,36 @@ namespace Threads
                        : function (*function)
          {}
 
-       fun_encapsulator (const boost::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
+       fun_encapsulator (const std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
                        : function (function)
          {}
 
        inline
        Thread<RT>
-       operator() (typename boost::tuples::element<0,ArgList>::type arg1,
-                   typename boost::tuples::element<1,ArgList>::type arg2,
-                   typename boost::tuples::element<2,ArgList>::type arg3,
-                   typename boost::tuples::element<3,ArgList>::type arg4,
-                   typename boost::tuples::element<4,ArgList>::type arg5,
-                   typename boost::tuples::element<5,ArgList>::type arg6,
-                   typename boost::tuples::element<6,ArgList>::type arg7,
-                   typename boost::tuples::element<7,ArgList>::type arg8)
+       operator() (typename std_cxx0x::tuples::element<0,ArgList>::type arg1,
+                   typename std_cxx0x::tuples::element<1,ArgList>::type arg2,
+                   typename std_cxx0x::tuples::element<2,ArgList>::type arg3,
+                   typename std_cxx0x::tuples::element<3,ArgList>::type arg4,
+                   typename std_cxx0x::tuples::element<4,ArgList>::type arg5,
+                   typename std_cxx0x::tuples::element<5,ArgList>::type arg6,
+                   typename std_cxx0x::tuples::element<6,ArgList>::type arg7,
+                   typename std_cxx0x::tuples::element<7,ArgList>::type arg8)
          {
            return
              ThreadStarter<RT>::start_thread
-             (boost::bind (function,
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<0,ArgList>::type>::act(arg1),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<1,ArgList>::type>::act(arg2),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<2,ArgList>::type>::act(arg3),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<3,ArgList>::type>::act(arg4),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<4,ArgList>::type>::act(arg5),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<5,ArgList>::type>::act(arg6),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<6,ArgList>::type>::act(arg7),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<7,ArgList>::type>::act(arg8)));
+             (std_cxx0x::bind (function,
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<0,ArgList>::type>::act(arg1),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<1,ArgList>::type>::act(arg2),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<2,ArgList>::type>::act(arg3),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<3,ArgList>::type>::act(arg4),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<4,ArgList>::type>::act(arg5),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<5,ArgList>::type>::act(arg6),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<6,ArgList>::type>::act(arg7),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<7,ArgList>::type>::act(arg8)));
          }
     
       private:
-       boost::function<typename internal::fun_ptr<RT,ArgList>::type> function;
+       std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> function;
     };
   
                                     /**
@@ -2076,38 +2075,38 @@ namespace Threads
                        : function (*function)
          {}
 
-       fun_encapsulator (const boost::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
+       fun_encapsulator (const std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> &function)
                        : function (function)
          {}
 
        inline
        Thread<RT>
-       operator() (typename boost::tuples::element<0,ArgList>::type arg1,
-                   typename boost::tuples::element<1,ArgList>::type arg2,
-                   typename boost::tuples::element<2,ArgList>::type arg3,
-                   typename boost::tuples::element<3,ArgList>::type arg4,
-                   typename boost::tuples::element<4,ArgList>::type arg5,
-                   typename boost::tuples::element<5,ArgList>::type arg6,
-                   typename boost::tuples::element<6,ArgList>::type arg7,
-                   typename boost::tuples::element<7,ArgList>::type arg8,
-                   typename boost::tuples::element<8,ArgList>::type arg9)
+       operator() (typename std_cxx0x::tuples::element<0,ArgList>::type arg1,
+                   typename std_cxx0x::tuples::element<1,ArgList>::type arg2,
+                   typename std_cxx0x::tuples::element<2,ArgList>::type arg3,
+                   typename std_cxx0x::tuples::element<3,ArgList>::type arg4,
+                   typename std_cxx0x::tuples::element<4,ArgList>::type arg5,
+                   typename std_cxx0x::tuples::element<5,ArgList>::type arg6,
+                   typename std_cxx0x::tuples::element<6,ArgList>::type arg7,
+                   typename std_cxx0x::tuples::element<7,ArgList>::type arg8,
+                   typename std_cxx0x::tuples::element<8,ArgList>::type arg9)
          {
            return
              ThreadStarter<RT>::start_thread
-             (boost::bind (function,
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<0,ArgList>::type>::act(arg1),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<1,ArgList>::type>::act(arg2),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<2,ArgList>::type>::act(arg3),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<3,ArgList>::type>::act(arg4),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<4,ArgList>::type>::act(arg5),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<5,ArgList>::type>::act(arg6),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<6,ArgList>::type>::act(arg7),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<7,ArgList>::type>::act(arg8),
-                           internal::maybe_make_boost_ref<typename boost::tuples::element<8,ArgList>::type>::act(arg9)));
+             (std_cxx0x::bind (function,
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<0,ArgList>::type>::act(arg1),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<1,ArgList>::type>::act(arg2),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<2,ArgList>::type>::act(arg3),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<3,ArgList>::type>::act(arg4),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<4,ArgList>::type>::act(arg5),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<5,ArgList>::type>::act(arg6),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<6,ArgList>::type>::act(arg7),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<7,ArgList>::type>::act(arg8),
+                           internal::maybe_make_ref<typename std_cxx0x::tuples::element<8,ArgList>::type>::act(arg9)));
          }
     
       private:
-       boost::function<typename internal::fun_ptr<RT,ArgList>::type> function;
+       std_cxx0x::function<typename internal::fun_ptr<RT,ArgList>::type> function;
     };
   }
 
@@ -2123,7 +2122,7 @@ namespace Threads
                                     */
   template <typename RT>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<>,0>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<>,0>
   spawn (RT (*fun_ptr)())
   {
     return fun_ptr;
@@ -2137,12 +2136,12 @@ namespace Threads
                                     */
   template <typename RT, typename C>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<>,0>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<>,0>
   spawn (C &c, RT (C::*fun_ptr)())
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<> >::type>
-      (boost::bind(fun_ptr, boost::ref(c)));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::ref(c)));
   }
 
                                    /**
@@ -2152,12 +2151,12 @@ namespace Threads
                                     */
   template <typename RT, typename C>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<>,0>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<>,0>
   spawn (const C &c, RT (C::*fun_ptr)() const)
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<> >::type>
-      (boost::bind(fun_ptr, boost::cref(c)));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::cref(c)));
   }
   
 
@@ -2172,7 +2171,7 @@ namespace Threads
                                     */
   template <typename RT, typename Arg1>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1>,1>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1>,1>
   spawn (RT (*fun_ptr)(Arg1))
   {
     return fun_ptr;
@@ -2187,12 +2186,12 @@ namespace Threads
                                    */
   template <typename RT, typename C, typename Arg1>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1>,1>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1>,1>
   spawn (C &c, RT (C::*fun_ptr)(Arg1))
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1> >::type>
-      (boost::bind(fun_ptr, boost::ref(c), _1));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::ref(c), _1));
   }
 
                                   /**
@@ -2202,12 +2201,12 @@ namespace Threads
                                    */
   template <typename RT, typename C, typename Arg1>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1>,1>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1>,1>
   spawn (const C &c, RT (C::*fun_ptr)(Arg1) const)
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1> >::type>
-      (boost::bind(fun_ptr, boost::cref(c), _1));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::cref(c), _1));
   }
 
 
@@ -2220,7 +2219,7 @@ namespace Threads
                                     */
   template <typename RT, typename Arg1, typename Arg2>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2>,2>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2>,2>
   spawn (RT (*fun_ptr)(Arg1,Arg2))
   {
     return fun_ptr;
@@ -2235,12 +2234,12 @@ namespace Threads
                                    */
   template <typename RT, typename C, typename Arg1, typename Arg2>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2>,2>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2>,2>
   spawn (C &c, RT (C::*fun_ptr)(Arg1,Arg2))
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1,Arg2> >::type>
-      (boost::bind(fun_ptr, boost::ref(c), _1, _2));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1,Arg2> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::ref(c), _1, _2));
   }
 
                                   /**
@@ -2250,12 +2249,12 @@ namespace Threads
                                    */
   template <typename RT, typename C, typename Arg1, typename Arg2>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2>,2>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2>,2>
   spawn (const C &c, RT (C::*fun_ptr)(Arg1,Arg2) const)
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1,Arg2> >::type>
-      (boost::bind(fun_ptr, boost::cref(c), _1, _2));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1,Arg2> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::cref(c), _1, _2));
   }  
 
 
@@ -2269,7 +2268,7 @@ namespace Threads
   template <typename RT,
             typename Arg1, typename Arg2, typename Arg3>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3>,3>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3>,3>
   spawn (RT (*fun_ptr)(Arg1,Arg2,Arg3))
   {
     return fun_ptr;
@@ -2285,12 +2284,12 @@ namespace Threads
   template <typename RT, typename C,
            typename Arg1, typename Arg2, typename Arg3>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3>,3>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3>,3>
   spawn (C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3))
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1,Arg2,Arg3> >::type>
-      (boost::bind(fun_ptr, boost::ref(c), _1, _2, _3));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1,Arg2,Arg3> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::ref(c), _1, _2, _3));
   }
 
                                   /**
@@ -2301,12 +2300,12 @@ namespace Threads
   template <typename RT, typename C,
            typename Arg1, typename Arg2, typename Arg3>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3>,3>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3>,3>
   spawn (const C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3) const)
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1,Arg2,Arg3> >::type>
-      (boost::bind(fun_ptr, boost::cref(c), _1, _2, _3));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1,Arg2,Arg3> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::cref(c), _1, _2, _3));
   }  
 
 
@@ -2321,7 +2320,7 @@ namespace Threads
   template <typename RT,
             typename Arg1, typename Arg2, typename Arg3, typename Arg4>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4>,4>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4>,4>
   spawn (RT (*fun_ptr)(Arg1,Arg2,Arg3,Arg4))
   {
     return fun_ptr;
@@ -2337,12 +2336,12 @@ namespace Threads
   template <typename RT, typename C,
            typename Arg1, typename Arg2, typename Arg3, typename Arg4>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4>,4>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4>,4>
   spawn (C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4))
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4> >::type>
-      (boost::bind(fun_ptr, boost::ref(c), _1, _2, _3, _4));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::ref(c), _1, _2, _3, _4));
   }
 
                                   /**
@@ -2353,12 +2352,12 @@ namespace Threads
   template <typename RT, typename C,
            typename Arg1, typename Arg2, typename Arg3, typename Arg4>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4>,4>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4>,4>
   spawn (const C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4) const)
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4> >::type>
-      (boost::bind(fun_ptr, boost::cref(c), _1, _2, _3, _4));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::cref(c), _1, _2, _3, _4));
   }
 
 
@@ -2373,7 +2372,7 @@ namespace Threads
             typename Arg1, typename Arg2, typename Arg3,
             typename Arg4, typename Arg5>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5>,5>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5>,5>
   spawn (RT (*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5))
   {
     return fun_ptr;
@@ -2390,12 +2389,12 @@ namespace Threads
            typename Arg1, typename Arg2, typename Arg3,
            typename Arg4, typename Arg5>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5>,5>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5>,5>
   spawn (C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5))
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5> >::type>
-      (boost::bind(fun_ptr, boost::ref(c), _1, _2, _3, _4, _5));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::ref(c), _1, _2, _3, _4, _5));
   }
 
                                   /**
@@ -2407,12 +2406,12 @@ namespace Threads
            typename Arg1, typename Arg2, typename Arg3,
            typename Arg4, typename Arg5>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5>,5>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5>,5>
   spawn (const C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5) const)
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5> >::type>
-      (boost::bind(fun_ptr, boost::cref(c), _1, _2, _3, _4, _5));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::cref(c), _1, _2, _3, _4, _5));
   }
   
 
@@ -2427,7 +2426,7 @@ namespace Threads
             typename Arg1, typename Arg2, typename Arg3,
             typename Arg4, typename Arg5, typename Arg6>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6>,6>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6>,6>
   spawn (RT (*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,Arg6))
   {
     return fun_ptr;
@@ -2444,12 +2443,12 @@ namespace Threads
            typename Arg1, typename Arg2, typename Arg3,
            typename Arg4, typename Arg5, typename Arg6>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6>,6>
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6>,6>
   spawn (C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,Arg6))
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6> >::type>
-      (boost::bind(fun_ptr, boost::ref(c), _1, _2, _3, _4, _5, _6));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::ref(c), _1, _2, _3, _4, _5, _6));
   }
 
                                   /**
@@ -2462,12 +2461,12 @@ namespace Threads
            typename Arg4, typename Arg5, typename Arg6>
   inline
   internal::fun_encapsulator<RT,
-                            boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6>,6>
+                            std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6>,6>
   spawn (const C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,Arg6) const)
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6> >::type>
-      (boost::bind(fun_ptr, boost::cref(c), _1, _2, _3, _4, _5, _6));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::cref(c), _1, _2, _3, _4, _5, _6));
   }
   
 
@@ -2483,7 +2482,7 @@ namespace Threads
             typename Arg4, typename Arg5, typename Arg6,
             typename Arg7>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3,
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3,
                                             Arg4, Arg5, Arg6, Arg7>,7>
   spawn (RT (*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,Arg6,Arg7))
   {
@@ -2502,13 +2501,13 @@ namespace Threads
            typename Arg4, typename Arg5, typename Arg6,
            typename Arg7>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3,
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3,
                                             Arg4, Arg5, Arg6, Arg7>,7>
   spawn (C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,Arg6,Arg7))
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7> >::type>
-      (boost::bind(fun_ptr, boost::ref(c), _1, _2, _3, _4, _5, _6, _7));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::ref(c), _1, _2, _3, _4, _5, _6, _7));
   }
 
                                   /**
@@ -2522,13 +2521,13 @@ namespace Threads
            typename Arg7>
   inline
   internal::fun_encapsulator<RT,
-                            boost::tuple<Arg1, Arg2, Arg3,
+                            std_cxx0x::tuple<Arg1, Arg2, Arg3,
                                          Arg4, Arg5, Arg6, Arg7>,7>
   spawn (const C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,Arg6,Arg7) const)
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7> >::type>
-      (boost::bind(fun_ptr, boost::cref(c), _1, _2, _3, _4, _5, _6, _7));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::cref(c), _1, _2, _3, _4, _5, _6, _7));
   }
   
 
@@ -2544,7 +2543,7 @@ namespace Threads
             typename Arg4, typename Arg5, typename Arg6,
             typename Arg7, typename Arg8>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3,
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3,
                                             Arg4, Arg5, Arg6,
                                             Arg7, Arg8>,8>
   spawn (RT (*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,
@@ -2565,15 +2564,15 @@ namespace Threads
            typename Arg4, typename Arg5, typename Arg6,
            typename Arg7, typename Arg8>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3,
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3,
                                             Arg4, Arg5, Arg6,
                                             Arg7, Arg8>,8>
   spawn (C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,
                                Arg6,Arg7,Arg8))
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8> >::type>
-      (boost::bind(fun_ptr, boost::ref(c), _1, _2, _3, _4, _5, _6, _7, _8));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::ref(c), _1, _2, _3, _4, _5, _6, _7, _8));
   }
 
                                   /**
@@ -2587,15 +2586,15 @@ namespace Threads
            typename Arg7, typename Arg8>
   inline
   internal::fun_encapsulator<RT,
-                            boost::tuple<Arg1, Arg2, Arg3,
+                            std_cxx0x::tuple<Arg1, Arg2, Arg3,
                                          Arg4, Arg5, Arg6,
                                          Arg7, Arg8>,8>
   spawn (const C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,
                                      Arg6,Arg7,Arg8) const)
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8> >::type>
-      (boost::bind(fun_ptr, boost::cref(c), _1, _2, _3, _4, _5, _6, _7, _8));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::cref(c), _1, _2, _3, _4, _5, _6, _7, _8));
   }
   
 
@@ -2611,7 +2610,7 @@ namespace Threads
             typename Arg4, typename Arg5, typename Arg6,
             typename Arg7, typename Arg8, typename Arg9>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3,
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3,
                                             Arg4, Arg5, Arg6,
                                             Arg7, Arg8, Arg9>,9>
   spawn (RT (*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,
@@ -2632,15 +2631,15 @@ namespace Threads
            typename Arg4, typename Arg5, typename Arg6,
            typename Arg7, typename Arg8, typename Arg9>
   inline
-  internal::fun_encapsulator<RT,boost::tuple<Arg1, Arg2, Arg3,
+  internal::fun_encapsulator<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3,
                                             Arg4, Arg5, Arg6,
                                             Arg7, Arg8, Arg9>,9>
   spawn (C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,
                                Arg6,Arg7,Arg8,Arg9))
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8, Arg9> >::type>
-      (boost::bind(fun_ptr, boost::ref(c), _1, _2, _3, _4, _5, _6, _7, _8, _9));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8, Arg9> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::ref(c), _1, _2, _3, _4, _5, _6, _7, _8, _9));
   }
 
                                   /**
@@ -2654,15 +2653,15 @@ namespace Threads
            typename Arg7, typename Arg8, typename Arg9>
   inline
   internal::fun_encapsulator<RT,
-                            boost::tuple<Arg1, Arg2, Arg3,
+                            std_cxx0x::tuple<Arg1, Arg2, Arg3,
                                          Arg4, Arg5, Arg6,
                                          Arg7, Arg8, Arg9>,9>
   spawn (const C &c, RT (C::*fun_ptr)(Arg1,Arg2,Arg3,Arg4,Arg5,
                                      Arg6,Arg7,Arg8,Arg9) const)
   {
     return
-      boost::function<typename internal::fun_ptr<RT,boost::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8, Arg9> >::type>
-      (boost::bind(fun_ptr, boost::cref(c), _1, _2, _3, _4, _5, _6, _7, _8, _9));
+      std_cxx0x::function<typename internal::fun_ptr<RT,std_cxx0x::tuple<Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8, Arg9> >::type>
+      (std_cxx0x::bind(fun_ptr, std_cxx0x::cref(c), _1, _2, _3, _4, _5, _6, _7, _8, _9));
   }
   
 
index 6ec97c124b41c63ef99abaa72cf1c1e67a95bf63..e7f06d871f5b65576b57ea5bb10f145d7cc36375 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 by the deal.II authors
+//    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -33,6 +33,7 @@
 #include <base/parameter_handler.h>
 #include <base/thread_management.h>
 #include <base/memory_consumption.h>
+#include <base/std_cxx0x/shared_ptr.h>
 
 #include <cstring>
 #include <algorithm>
@@ -40,7 +41,6 @@
 #include <ctime>
 #include <cmath>
 #include <set>
-#include <boost/shared_ptr.hpp>
 
 #include <sstream>
 
@@ -1779,7 +1779,7 @@ DataOutBase::write_data (
 template <int dim, int spacedim>
 void DataOutBase::write_ucd (const std::vector<Patch<dim,spacedim> > &patches,
                             const std::vector<std::string>          &data_names,
-                            const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &,
+                            const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &,
                             const UcdFlags                          &flags,
                             std::ostream                            &out) 
 {
@@ -1860,7 +1860,7 @@ void DataOutBase::write_ucd (const std::vector<Patch<dim,spacedim> > &patches,
 template <int dim, int spacedim>
 void DataOutBase::write_dx (const std::vector<Patch<dim,spacedim> > &patches,
                            const std::vector<std::string>          &data_names,
-                           const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &,
+                           const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &,
                            const DXFlags                           &flags,
                            std::ostream                            &out) 
 {
@@ -2126,7 +2126,7 @@ void DataOutBase::write_dx (const std::vector<Patch<dim,spacedim> > &patches,
 template <int dim, int spacedim>
 void DataOutBase::write_gnuplot (const std::vector<Patch<dim,spacedim> > &patches,
                                 const std::vector<std::string>          &data_names,
-                                const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &,
+                                const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &,
                                 const GnuplotFlags                      &/*flags*/,
                                 std::ostream                            &out) 
 {
@@ -2343,7 +2343,7 @@ void DataOutBase::write_gnuplot (const std::vector<Patch<dim,spacedim> > &patche
 template <int dim, int spacedim>
 void DataOutBase::write_povray (const std::vector<Patch<dim,spacedim> > &patches,
                                const std::vector<std::string>          &data_names,
-                               const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &,
+                               const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &,
                                const PovrayFlags                       &flags,
                                std::ostream                            &out) 
 {
@@ -2689,7 +2689,7 @@ void DataOutBase::write_povray (const std::vector<Patch<dim,spacedim> > &patches
 template <int dim, int spacedim>
 void DataOutBase::write_eps (const std::vector<Patch<dim,spacedim> > &patches,
                             const std::vector<std::string>          &/*data_names*/,
-                            const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &,
+                            const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &,
                             const EpsFlags                          &flags,
                             std::ostream                            &out) 
 {
@@ -3051,7 +3051,7 @@ void DataOutBase::write_eps (const std::vector<Patch<dim,spacedim> > &patches,
 template <int dim, int spacedim>
 void DataOutBase::write_gmv (const std::vector<Patch<dim,spacedim> > &patches,
                             const std::vector<std::string>          &data_names,
-                            const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &,
+                            const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &,
                             const GmvFlags                          &flags,
                             std::ostream                            &out) 
 {
@@ -3187,7 +3187,7 @@ void DataOutBase::write_gmv (const std::vector<Patch<dim,spacedim> > &patches,
 template <int dim, int spacedim>
 void DataOutBase::write_tecplot (const std::vector<Patch<dim,spacedim> > &patches,
                                 const std::vector<std::string>          &data_names,
-                                const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &,
+                                const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &,
                                 const TecplotFlags                      &flags,
                                 std::ostream                            &out)
 {
@@ -3421,7 +3421,7 @@ namespace
 template <int dim, int spacedim>
 void DataOutBase::write_tecplot_binary (const std::vector<Patch<dim,spacedim> > &patches,
                                        const std::vector<std::string>          &data_names,
-                                       const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                                       const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                                        const TecplotFlags                      &flags,
                                        std::ostream                            &out)
 {
@@ -3753,7 +3753,7 @@ template <int dim, int spacedim>
 void
 DataOutBase::write_vtk (const std::vector<Patch<dim,spacedim> > &patches,
                        const std::vector<std::string>          &data_names,
-                       const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                       const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                        const VtkFlags                          &flags,
                        std::ostream                            &out) 
 {
@@ -3989,7 +3989,7 @@ void
 DataOutBase::
 write_deal_II_intermediate (const std::vector<Patch<dim,spacedim> > &patches,
                            const std::vector<std::string>          &data_names,
-                           const std::vector<boost::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
+                           const std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > &vector_data_ranges,
                            const Deal_II_IntermediateFlags         &/*flags*/,
                            std::ostream                            &out) 
 {
@@ -4493,10 +4493,10 @@ DataOutInterface<dim,spacedim>::memory_consumption () const
 
 
 template <int dim, int spacedim>
-std::vector<boost::tuple<unsigned int, unsigned int, std::string> >
+std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> >
 DataOutInterface<dim,spacedim>::get_vector_data_ranges () const
 {
-  return std::vector<boost::tuple<unsigned int, unsigned int, std::string> >();
+  return std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> >();
 }
 
 
@@ -4521,7 +4521,7 @@ DataOutReader<dim,spacedim>::read (std::istream &in)
     tmp.swap (dataset_names);
   }
   {
-    std::vector<boost::tuple<unsigned int, unsigned int, std::string> > tmp;
+    std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> > tmp;
     tmp.swap (vector_data_ranges);
   }
   
@@ -4704,7 +4704,7 @@ DataOutReader<dim,spacedim>::get_dataset_names () const
 
 
 template <int dim, int spacedim>
-std::vector<boost::tuple<unsigned int, unsigned int, std::string> >
+std::vector<std_cxx0x::tuple<unsigned int, unsigned int, std::string> >
 DataOutReader<dim,spacedim>::get_vector_data_ranges () const
 {
   return vector_data_ranges;
index 8d29eadf8f348b47205b5cb89cf32f06dc2f27f5..80b2681ebe5be761a3439c340d4b4ece0002a837 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 2000, 2001, 2002, 2003, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1998, 2000, 2001, 2002, 2003, 2005, 2006, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -209,7 +209,8 @@ void ExceptionBase::print_stack_trace (std::ostream &out) const
                                            // off if they are
                                            // trailing a template
                                            // argument list
-          while (realname.find (", boost::tuples::null_type>") != std::string::npos)
+          while (realname.find (", boost::tuples::null_type>")
+                 != std::string::npos)
             realname.erase (realname.find (", boost::tuples::null_type>"),
                             std::string (", boost::tuples::null_type").size());
           
index febc54d5083d453bd0709939c3d4882e4eeaef8f..b971f3a2166c19b68e6325977d80ec0998dcc82a 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -122,10 +122,10 @@ LogStream::get_stream()
   Threads::ThreadMutex::ScopedLock lock(log_lock);
   unsigned int id = Threads::this_thread_id();
 
-  boost::shared_ptr<std::ostringstream>& sptr = outstreams[id];
+  std_cxx0x::shared_ptr<std::ostringstream>& sptr = outstreams[id];
   if (sptr == 0)
     {
-      sptr = boost::shared_ptr<std::ostringstream> (new std::ostringstream());
+      sptr = std_cxx0x::shared_ptr<std::ostringstream> (new std::ostringstream());
       sptr->setf(std::ios::showpoint | std::ios::left);
     } 
   return *sptr;
index 9a2cfdec7fede6fc45cc1930b3d24f4d40b4587c..f4f17bc2f23d10f2eb37333c217393f2fbf03dea 100644 (file)
@@ -142,6 +142,22 @@ inconvenience this causes.
 <h3>General</h3>
 
 <ol>
+  <li>
+  <p>
+  Changed: Some parts of the library used to use classes and functions
+  from the <a href="http://www.boost.org/">BOOST</a> library. Since
+  many of the components of BOOST have been voted into what will be the
+  next C++ standard, we now use a namespace std_cxx0x (coined on the
+  provisional name C++0x used for the next C++ standard) into which we
+  import BOOST components as necessary. If a compiler supports C++0x,
+  we can then later replace BOOST components by elements from namespace
+  <code>std</code> in one central place, rather than all throughout the
+  code.
+  <br>
+  (WB 2009/01/12)
+  </p>
+  </li>
+
   <li>
   <p>
   Updated: The @ref step_33 "step-33" tutorial program now uses the

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.