Skip to content
Snippets Groups Projects
Commit 828849a0 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

[bugfix] Move to_false_type to namespace Dune::Std::

We decided to have all stl like stuff in Dune::Std:: and not
in Std:: Besides our decision with the previous version tupleutility.hh
did not compile if a header refering to Dune::Std:: was included.
parent a53989dc
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,9 @@
#include <type_traits>
namespace Dune
{
namespace Std
{
......@@ -73,4 +76,6 @@ namespace Std
} // namespace Std
} // namespace Dune
#endif // #ifndef DUNE_COMMON_STD_TYPE_TRAITS_HH
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