Skip to content
Snippets Groups Projects
Commit 457cf837 authored by Carsten Gräser's avatar Carsten Gräser
Browse files

Make default constructors of DenseVector and FieldVector constexpr

Otherwise FieldVector is not a literal type and
calling its size() method is not a const-expression
although size() itself is declared as constexpr.
parent c1177be5
Branches
Tags
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