monero-project / monero

Monero: the secure, private, untraceable cryptocurrency
https://getmonero.org
Other
9.04k stars 3.12k forks source link

Replace deprecated result_of with decltype #9515

Open vtnerd opened 1 month ago

vtnerd commented 1 month ago

This is primarily used by LWS. std::result_of has been deprecated in C++17, so this silences those warnings.