Update macros.md
This commit is contained in:
parent
21be0af5b0
commit
d24e49ae6d
@ -51,7 +51,8 @@ that enabling this macro increases the size of every JSON value by one pointer a
|
|||||||
The diagnostics messages can also be controlled with the CMake option `JSON_Diagnostics` (`OFF` by default) which sets
|
The diagnostics messages can also be controlled with the CMake option `JSON_Diagnostics` (`OFF` by default) which sets
|
||||||
`JSON_DIAGNOSTICS` accordingly.
|
`JSON_DIAGNOSTICS` accordingly.
|
||||||
|
|
||||||
WARNING: This macro changes the definition of exception classes, thus this macro MUST be defined in the same way globally, even across different compilation units, or will cause a violation of the One Definition Rule. No NOT link together code compiled with and without JSON_DIAGNOSTICS defined.
|
WARNING: As thus macro changes the definition of the json object, it MUST be defined in the same way globally, even across different compilation units.
|
||||||
|
No NOT link together code compiled with and without JSON_DIAGNOSTICS defined as this is a violation of the One Definition Rule and will cause undefined behaviour.
|
||||||
|
|
||||||
!!! info "Default behavior"
|
!!! info "Default behavior"
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user