1
0
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:
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

@ -18,7 +18,7 @@ namespace nlohmann
@brief default JSONSerializer template argument
This serializer ignores the template arguments and uses ADL
([argument-dependent lookup](http://en.cppreference.com/w/cpp/language/adl))
([argument-dependent lookup](https://en.cppreference.com/w/cpp/language/adl))
for serialization.
*/
template<typename T = void, typename SFINAE = void>