vtk-m2/vtkm/exec/internal/testing
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
..
CMakeLists.txt Make separate exec and cont versions of Variant 2020-11-09 12:48:10 -07:00
TestingTaskTiling.h relaxes ThreadIndicesType across multiple worklets fetchs 2020-04-24 17:39:31 -04:00
UnitTestErrorMessageBuffer.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestTaskSingular.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestVariant.cxx Be more conservative about is_trivial support 2021-03-01 15:12:27 -07:00
UnitTestWorkletInvokeFunctor.cxx relaxes ThreadIndicesType across multiple worklets fetchs 2020-04-24 17:39:31 -04:00