vtk-m2/vtkmstd
Kenneth Moreland 80c1f0a974 Be more conservative about is_trivial support
`std::is_trivial` is part of the C++14 specification. However, we have
encountered multiple compilers that purport to implement C++14 but do
not implement `std::is_trivial` and the like checks correctly.

To avoid such issues, only use `std::is_trivial` on compilers that we
have tested to support it.
2021-03-01 15:12:27 -07:00
..
aligned_union.h Add porting layer for future std features 2020-03-16 17:12:16 -06:00
CMakeLists.txt Allow Variant to be trivial 2020-09-22 16:22:37 -06:00
integer_sequence.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
is_trivial.h Be more conservative about is_trivial support 2021-03-01 15:12:27 -07:00
void_t.h Add porting layer for future std features 2020-03-16 17:12:16 -06:00