lokinet/llarp/messages
Jason Rhinelander ebd2142114 Don't use std::optional::value() because f u macos
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().
2020-05-20 19:18:28 -03:00
..
dht_immediate.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
dht_immediate.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
discard.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
link_intro.cpp Miss Match demands her name be removed from the code 2020-05-13 22:35:15 -03:00
link_intro.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
link_message_parser.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
link_message_parser.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
link_message.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
relay_commit.cpp Don't use std::optional::value() because f u macos 2020-05-20 19:18:28 -03:00
relay_commit.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
relay_status.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
relay_status.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
relay.cpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00
relay.hpp The Great Wall of Blame 2020-04-07 12:38:56 -06:00