Skip to content
Snippets Groups Projects
Commit 98a89ae1 authored by Christian Engwer's avatar Christian Engwer
Browse files

[FieldMatrix] fix copy constructor from DenseMatrix

the copy constructor was explicit, as we wanted to avoid implicit conversions from scalar values.
No we use a SFINAE to hide the non-explicit constructor FieldMatrix(T) if T is convertable into K.
parent c4c1f9aa
No related branches found
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