- remove inline operator T() const
as this causes template lookup errors on some machines : -> use explicit conversion with to<T>() instead
Loading
Please register or sign in to comment
as this causes template lookup errors on some machines : -> use explicit conversion with to<T>() instead