📝 link to cppreference via HTTPS

This commit is contained in:
Julius Rakow 2018-06-24 22:29:33 +02:00
parent 62457729e8
commit 9f00db48d9
8 changed files with 85 additions and 85 deletions

View file

@ -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())
{