mirror of
https://github.com/oxen-io/lokinet.git
synced 2024-11-15 12:13:24 +00:00
ebd2142114
This replaces all use of std::optional's `opt.value()` with `*opt` because macOS is great and the ghost of Steve Jobs says that actually supporting std::optional's value() method is not for chumps before macOS 10.14. So don't use it because Apple is great. Pretty much all of our use of it actually is done better with operator* anyway (since operator* doesn't do a check that the optional has a value). Also replaced *most* of the `has_value()` calls with direct bool context, except for one in the config section which looked really confusing at a glance without a has_value(). |
||
---|---|---|
.. | ||
messages | ||
bucket.hpp | ||
context.cpp | ||
context.hpp | ||
dht.cpp | ||
dht.h | ||
explorenetworkjob.cpp | ||
explorenetworkjob.hpp | ||
kademlia.hpp | ||
key.hpp | ||
localrouterlookup.cpp | ||
localrouterlookup.hpp | ||
localserviceaddresslookup.cpp | ||
localserviceaddresslookup.hpp | ||
localtaglookup.cpp | ||
localtaglookup.hpp | ||
message.cpp | ||
message.hpp | ||
node.hpp | ||
publishservicejob.cpp | ||
publishservicejob.hpp | ||
recursiverouterlookup.cpp | ||
recursiverouterlookup.hpp | ||
serviceaddresslookup.cpp | ||
serviceaddresslookup.hpp | ||
taglookup.cpp | ||
taglookup.hpp | ||
tx.hpp | ||
txholder.hpp | ||
txowner.hpp |