]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Properly qualify shared_ptr.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 16 Jul 2013 19:26:17 +0000 (19:26 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 16 Jul 2013 19:26:17 +0000 (19:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@30019 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/base/work_stream.h

index e0e2221fd6ac186b63ddeb5a185d77e3031bb831..150e6fe4372736bc288664a5566f89a288ab4217 100644 (file)
@@ -483,7 +483,7 @@ namespace WorkStream
               scratch_data = new ScratchData(*current_item->sample_scratch_data);
 
               typename ItemType::ScratchDataList::value_type
-              new_scratch_object = { std::shared_ptr<ScratchData>(scratch_data), true };
+              new_scratch_object = { std_cxx1x::shared_ptr<ScratchData>(scratch_data), true };
               scratch_data_list.push_back (new_scratch_object);
             }
         }

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.