vtk-m/vtkmstd
Kenneth Moreland bd5b84fa90 Have VTKM_IS_TRIVIAL* macros show types better
Changed the definition of `VTKM_IS_TRIVIAL`,
`VTKM_IS_TRIVIALLY_COPYABLE` and the like to use internal structs to do
the static assert rather than have them do the static assert themselves.
This makes the compiler more likely to tell you the actual type being
checked rather. (At least, this was the case on my clang compiler.)
2021-04-02 07:37:26 -06:00
..
aligned_union.h Add porting layer for future std features 2020-03-16 17:12:16 -06:00
bit_cast.h Add floating point atomics 2021-03-11 08:19:51 -07:00
CMakeLists.txt Add floating point atomics 2021-03-11 08:19:51 -07:00
integer_sequence.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
is_trivial.h Have VTKM_IS_TRIVIAL* macros show types better 2021-04-02 07:37:26 -06:00
void_t.h Add porting layer for future std features 2020-03-16 17:12:16 -06:00