Skip to content
Snippets Groups Projects
Commit ba4c6595 authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

make test compile.

[[Imported from SVN: r6376]]
parent 861543f7
No related branches found
No related tags found
No related merge requests found
......@@ -306,7 +306,9 @@ namespace Dune
// Unfortunately, TR1 gets picked over Boost if present.
// Moreover, boost::make_shared() only exists for (remotely) recent versions of Boost.
#if HAVE_MAKE_SHARED
#ifdef SHARED_PTR_NAMESPACE
using SHARED_PTR_NAMESPACE :: make_shared;
#endif
#else
template<typename T>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment