vtk-m/vtkm/exec/testing
Kenneth Moreland b15940c1e3 Declare new VTKM_STATIC_ASSERT
This is to be used in place of BOOST_STATIC_ASSERT so that we can
control its implementation.

The implementation is designed to fix the issue where the latest XCode
clang compiler gives a warning about a unused typedefs when the boost
static assert is used within a function. (This warning also happens when
using the C++11 static_assert keyword.) You can suppress this warning
with _Pragma commands, but _Pragma commands inside a block is not
supported in GCC. The implementation of VTKM_STATIC_ASSERT handles all
current cases.
2015-09-17 14:40:39 -06:00
..
CMakeLists.txt WorldCoordinatesToParametricCoordinates functions 2015-08-27 16:31:07 -06:00
UnitTestCellDerivative.cxx Declare new VTKM_STATIC_ASSERT 2015-09-17 14:40:39 -06:00
UnitTestCellInterpolate.cxx Declare new VTKM_STATIC_ASSERT 2015-09-17 14:40:39 -06:00
UnitTestNewtonsMethod.cxx Fix gcc warnings 2015-08-27 17:39:45 -06:00
UnitTestParametricCoordinates.cxx Declare new VTKM_STATIC_ASSERT 2015-09-17 14:40:39 -06:00