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