vtk-m/vtkm/exec/internal/testing
Kenneth Moreland 3ec9fc8580 Fix issue with Variant::CastAndCall with non-const reference
There was a typo in the declaration of the `CastAndCall` for a non-const
`Variant`. When determining the `noexcept` status of the function being
called, it was passing in a const reference instead of a regular
reference, which is what is actually passed to the function. This
potentially causes the function call to not match and fail to compile.
2022-07-25 10:07:22 -06: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 Fix issue with Variant::CastAndCall with non-const reference 2022-07-25 10:07:22 -06:00
UnitTestWorkletInvokeFunctor.cxx relaxes ThreadIndicesType across multiple worklets fetchs 2020-04-24 17:39:31 -04:00