📝 link to cppreference via HTTPS
This commit is contained in:
parent
62457729e8
commit
9f00db48d9
8 changed files with 85 additions and 85 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue