Removed 'explicit' for conversion operator.

This commit is contained in:
John Wellbelove 2017-02-22 20:33:57 +00:00
parent d72737d9b4
commit 21e848df9e

View File

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