aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/Array.h
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2013-06-12 13:05:23 +0200
committerGravatar Gael Guennebaud <g.gael@free.fr>2013-06-12 13:05:23 +0200
commitf3a029e9579c7290e1e6737f7239afac51ada097 (patch)
treeabb598a37048c3d0c416a5b590686274b8291fc1 /Eigen/src/Core/Array.h
parent1b92d2ca33a50cc66299c7fcf5067fd7724258ad (diff)
Remove meaningless explicit qualifier
Diffstat (limited to 'Eigen/src/Core/Array.h')
-rw-r--r--Eigen/src/Core/Array.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Eigen/src/Core/Array.h b/Eigen/src/Core/Array.h
index bd47e6cbb..497efff66 100644
--- a/Eigen/src/Core/Array.h
+++ b/Eigen/src/Core/Array.h
@@ -107,7 +107,7 @@ class Array
*
* \sa resize(Index,Index)
*/
- EIGEN_STRONG_INLINE explicit Array() : Base()
+ EIGEN_STRONG_INLINE Array() : Base()
{
Base::_check_template_params();
EIGEN_INITIALIZE_COEFFS_IF_THAT_OPTION_IS_ENABLED