Skip to content

Provide implementation of aligned_union

Kenneth Moreland requested to merge kmorel/vtk-m:backup-aligned-union into master

Although it is mostly C++11 compliant, GCC 4.8 does not have an implementation of std::aligned_union. We cannot drop this compiler, so provide our own implementation in that case.

Merge request reports