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/config
Jason Rhinelander d05e6716cb Remove llarp::str(string_view)
It was a workaround for pre-C++17 std::string which didn't support
passing a string_view to various functions/operators.  There's only one
place left that needs an explicit conversion, and that's where it is
used as a map key; so just be explicit there and remove llarp::str()
everywhere else.
4 years ago
..
config.cpp Remove llarp::str(string_view) 4 years ago
config.hpp Initialize all primitive values in Config 4 years ago
definition.cpp Use more user-friendly error messages in config 4 years ago
definition.hpp Don't use std::optional::value() because f u macos 4 years ago
ini.cpp Remove llarp::str(string_view) 4 years ago
ini.hpp Add string header (reportedly needed for libc++) 4 years ago
key_manager.cpp Clean up curl define 4 years ago
key_manager.hpp Testing: explicitly initialize variable 4 years ago