mirror of
https://github.com/nlohmann/json.git
synced 2025-07-29 23:01:16 +03:00
📝 link to cppreference via HTTPS
This commit is contained in:
@ -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())
|
||||
{
|
||||
|
Reference in New Issue
Block a user