You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lokinet/llarp/util
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().
4 years ago
..
logging Don't use std::optional::value() because f u macos 4 years ago
meta C++17 niceties 4 years ago
thread Don't use std::optional::value() because f u macos 4 years ago
aligned.hpp Miss Match demands her name be removed from the code 4 years ago
bencode.cpp The Great Wall of Blame 4 years ago
bencode.h The Great Wall of Blame 4 years ago
bencode.hpp Don't use std::optional::value() because f u macos 4 years ago
bits.hpp The Great Wall of Blame 4 years ago
buffer.cpp The Great Wall of Blame 4 years ago
buffer.hpp The Great Wall of Blame 4 years ago
codel.hpp The Great Wall of Blame 4 years ago
common.hpp clang-tidy modernize pass 5 years ago
compare_ptr.hpp The Great Wall of Blame 4 years ago
copy_or_nullptr.hpp The Great Wall of Blame 4 years ago
decaying_hashset.hpp The Great Wall of Blame 4 years ago
encode.cpp The Great Wall of Blame 4 years ago
encode.hpp The Great Wall of Blame 4 years ago
endian.hpp The Great Wall of Blame 4 years ago
fs.cpp The Great Wall of Blame 4 years ago
fs.hpp Bring back ghc::filesystem for broke AF macos 4 years ago
json.cpp C++17 4 years ago
json.hpp C++17 4 years ago
lokinet_init.c The Great Wall of Blame 4 years ago
lokinet_init.h crash on wine, we support linux, ucb_unix, svr4 5 years ago
mem.cpp The Great Wall of Blame 4 years ago
mem.h The Great Wall of Blame 4 years ago
mem.hpp The Great Wall of Blame 4 years ago
printer.cpp C++17 4 years ago
printer.hpp C++17 4 years ago
status.hpp C++17 4 years ago
str.cpp C++17 4 years ago
str.hpp C++17 niceties 4 years ago
time.cpp The Great Wall of Blame 4 years ago
time.hpp The Great Wall of Blame 4 years ago
types.hpp The Great Wall of Blame 4 years ago