Skip to content
Snippets Groups Projects
user avatar
Carsten Gräser authored
This implements the helper template bool_constant from
C++17 in namespace Dune::Std. This is just an alias for
std::integral_constant<bool, *> that makes code more readable.

If the standard feature checks indicate its existence in
std:: or std::experimental:: it's pulled from there.
777f016c
History
Name Last commit Last update