mirror of
https://github.com/ETLCPP/etl.git
synced 2026-06-16 08:56:06 +08:00
Removed 'explicit' for conversion operator.
This commit is contained in:
parent
d72737d9b4
commit
21e848df9e
@ -74,7 +74,7 @@ namespace etl
|
||||
}
|
||||
|
||||
//*********************************************************************
|
||||
explicit operator TValue() const
|
||||
operator TValue() const
|
||||
{
|
||||
return value;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user