Skip to content
Snippets Groups Projects
Commit b0015b9b authored by Martin Nolte's avatar Martin Nolte
Browse files
parents 5d51c10d 29f088d6
Branches
Tags
No related merge requests found
......@@ -386,13 +386,13 @@ namespace Dune
* if first is true this will be type T1 and
* otherwise T2
*/
typedef T1 Type DUNE_DEPRECATED_MSG("Use Dune::conversion::type instead");
typedef T1 Type DUNE_DEPRECATED_MSG("Use Dune::conditional::type instead");
} DUNE_DEPRECATED;
template<class T1, class T2>
struct SelectType<false,T1,T2>
{
typedef T2 Type DUNE_DEPRECATED_MSG("Use Dune::conversion::type instead");
typedef T2 Type DUNE_DEPRECATED_MSG("Use Dune::conditional::type instead");
};
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment