-
- Downloads
Use expressions to determine return types of TVec operators
This avoids using std::declval<T>() or alternatives like T() or T{}, which do not work with all compilers.
Loading
Please register or sign in to comment
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
This avoids using std::declval<T>() or alternatives like T() or T{}, which do not work with all compilers.