Skip to content
Snippets Groups Projects
Commit dba6e3d5 authored by Ben Boeckel's avatar Ben Boeckel
Browse files

vtkXdmf3DataSet: prefer std::array to C arrays for vector types

With AppleClang (arm64 at least), a vector of a C array is not allowed.
Instead, use `std::array`.
parent 9f790cb2
Branches
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment