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:
parent
db1299cf0c
commit
c28f2bc0a0
@ -77,6 +77,7 @@ int main()
|
||||
{
|
||||
bool foo = std::is_convertible<int, double>::value;
|
||||
bool bar = std::is_base_of<Base, Derived>::value;
|
||||
bool foobar = std::is_integral<double>::value;
|
||||
return 0;
|
||||
}
|
||||
" HAVE_TYPE_TRAITS
|
||||
|
Loading…
Reference in New Issue
Block a user