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
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment