Removed exlict keyword to address build problems with VS older than 2015.
This commit is contained in:
parent
30aae63c3b
commit
415925b024
@ -325,7 +325,7 @@ struct SafeArray
|
||||
operator T*() { return impl; }
|
||||
|
||||
template<typename U>
|
||||
explicit operator U() { return (U)impl; }
|
||||
operator U() { return (U)impl; }
|
||||
|
||||
private:
|
||||
T* impl;
|
||||
|
Loading…
Reference in New Issue
Block a user