Removed 'explicit' for conversion operator.

This commit is contained in:
John Wellbelove 2017-02-22 20:38:45 +00:00
parent b5e8a8fca0
commit 258bddccba

View File

@ -74,7 +74,7 @@ namespace etl
}
//*********************************************************************
explicit operator TValue() const
operator TValue() const
{
return value;
}