📝 link to cppreference via HTTPS
This commit is contained in:
parent
62457729e8
commit
9f00db48d9
8 changed files with 85 additions and 85 deletions
|
|
@ -33,7 +33,7 @@ SOFTWARE.
|
|||
using nlohmann::json;
|
||||
|
||||
// helper function to check std::less<json::value_t>
|
||||
// see http://en.cppreference.com/w/cpp/utility/functional/less
|
||||
// see https://en.cppreference.com/w/cpp/utility/functional/less
|
||||
template <typename A, typename B, typename U = std::less<json::value_t>>
|
||||
bool f(A a, B b, U u = U())
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue