]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Move implementation of default constructor into .cc file. This may help the problem...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 18 Sep 2007 16:01:42 +0000 (16:01 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 18 Sep 2007 16:01:42 +0000 (16:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@15219 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/include/base/thread_management.h
deal.II/base/source/thread_management.cc

index 23524e2f7d6ee06a5854a6be0e0382c5ad563168..ba28ee5b505fea399c472dca853f08149b830d9d 100644 (file)
@@ -2898,7 +2898,7 @@ namespace Threads
                                          /**
                                           * Constructor.
                                           */
-        thread_description_base () : was_joined (false) {}
+        thread_description_base ();
 
                                          /**
                                           * Destructor.
index c7b2402cbfdee0cb5c3147064966d742edb371f6..4c5fa709f573da1a5b839005c3313f3e14b980e9 100644 (file)
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006 by the deal.II authors
+//    Copyright (C) 2000, 2001, 2002, 2003, 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -258,6 +258,13 @@ namespace Threads
 
   namespace internal
   {
+    thread_description_base::thread_description_base ()
+                   :
+                   was_joined (false)
+    {}
+
+
+    
     thread_description_base::~thread_description_base ()
     {
                                        // if we are here, then 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.