mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
C++-11 Features: add test for std::is_integral
This commit is contained in:
@@ -77,6 +77,7 @@ int main()
|
|||||||
{
|
{
|
||||||
bool foo = std::is_convertible<int, double>::value;
|
bool foo = std::is_convertible<int, double>::value;
|
||||||
bool bar = std::is_base_of<Base, Derived>::value;
|
bool bar = std::is_base_of<Base, Derived>::value;
|
||||||
|
bool foobar = std::is_integral<double>::value;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
" HAVE_TYPE_TRAITS
|
" HAVE_TYPE_TRAITS
|
||||||
|
|||||||
Reference in New Issue
Block a user