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

Add constexpr to constructor of FieldVector<K,1>

Otherwise FieldVector<K,1> is not literal and its size()
method can never be used as constexpr.
parent 9c3c3b5a
Branches
Tags
No related merge requests found
......@@ -224,7 +224,7 @@ namespace Dune {
//===== construction
/** \brief Default constructor */
FieldVector ()
DUNE_CONSTEXPR FieldVector ()
: _data()
{}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment