Skip to content

Enforce c++14 in codebase

Vicente Bolea requested to merge vbolea/diy2:enforce-c++14 into for/vtk-m

This MR enforces C++14 and also make a small fix in a assignment in format.h which wrongly errors in some supported old versions of GCC.

This is needed for vtk-m to complete this MR

Merge request reports