vtk-m/vtkm/internal
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
..
testing Merge branch 'fix_typo_in_copyright' 2015-05-21 10:32:08 -04:00
ArrayPortalUniformPointCoordinates.h Update ArrayPortalUniformPointCoordinates 2015-08-25 14:27:01 -06:00
CMakeLists.txt Update ArrayPortalUniformPointCoordinates 2015-08-25 14:27:01 -06:00
Configure.h.in Only suppress unused-local-typedef warning when it exists 2015-09-17 07:44:56 -06:00
ConfigureFor32.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ConfigureFor64.h Add new lines at end of files. 2015-06-05 13:14:28 -04:00
ConnectivityStructuredInternals.h Declare new VTKM_STATIC_ASSERT 2015-09-17 14:40:39 -06:00
ExportMacros.h Make it possible to use Cuda TextureMemory from device/host method. 2015-09-03 11:52:40 -04:00
FunctionInterface.h Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
FunctionInterfaceDetailPost.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FunctionInterfaceDetailPost.h.in The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FunctionInterfaceDetailPre.h Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
FunctionInterfaceDetailPre.h.in Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
IndexTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Invocation.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ListTagDetail.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ListTagDetail.h.in The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00