Update json.hpp
Remove erroneous double @ref
This commit is contained in:
parent
eab68e7750
commit
b2c927dab3
@ -1225,7 +1225,7 @@ class basic_json
|
|||||||
- @a CompatibleType is not a different @ref basic_json type (i.e. with different template arguments)
|
- @a CompatibleType is not a different @ref basic_json type (i.e. with different template arguments)
|
||||||
- @a CompatibleType is not a @ref basic_json nested type (e.g.,
|
- @a CompatibleType is not a @ref basic_json nested type (e.g.,
|
||||||
@ref json_pointer, @ref iterator, etc ...)
|
@ref json_pointer, @ref iterator, etc ...)
|
||||||
- @ref @ref json_serializer<U> has a
|
- @ref json_serializer<U> has a
|
||||||
`to_json(basic_json_t&, CompatibleType&&)` method
|
`to_json(basic_json_t&, CompatibleType&&)` method
|
||||||
|
|
||||||
@tparam U = `uncvref_t<CompatibleType>`
|
@tparam U = `uncvref_t<CompatibleType>`
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user