Skip to content
Snippets Groups Projects
Commit d5a343ed authored by Markus Blatt's avatar Markus Blatt
Browse files

get rid annoying icc warnings about all methods being privat

[[Imported from SVN: r5789]]
parent 80e7943e
Branches
Tags
No related merge requests found
......@@ -197,6 +197,8 @@ namespace Dune
/** @brief True if To and From are the same type. */
sameType = false
};
Conversion(){}
};
template <class From>
......@@ -262,6 +264,8 @@ namespace Dune
/** @brief True if Base is a base class of Derived. */
value = sizeof(test(makePtr())) == sizeof(Small)
};
IsBaseOf(){}
};
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment