mirror of
https://github.com/nlohmann/json.git
synced 2026-03-01 06:46:24 +00:00
Overwork documentation (#3444)
* 📝 overwork macro documentation * 📝 address review comments * 🔧 add style check to Makefile * 🙈 overwork .gitignore * 📌 Pygments 2.12.0 is broken * ✏️ fix links * 🚸 adjust output to cppcheck * 📝 add titles to more admonitions * ✏️ fix typos * 📝 document future behavior change
This commit is contained in:
@@ -16,7 +16,7 @@ Implicit reference access to the internally stored JSON value. No copies are mad
|
||||
: reference type; must be a reference to [`array_t`](array_t.md), [`object_t`](object_t.md),
|
||||
[`string_t`](string_t.md), [`boolean_t`](boolean_t.md), [`number_integer_t`](number_integer_t.md), or
|
||||
[`number_unsigned_t`](number_unsigned_t.md), [`number_float_t`](number_float_t.md), or [`binary_t`](binary_t.md).
|
||||
Enforced by static assertion.
|
||||
Enforced by a static assertion.
|
||||
|
||||
## Return value
|
||||
|
||||
@@ -38,7 +38,7 @@ Constant.
|
||||
|
||||
## Notes
|
||||
|
||||
!!! warning
|
||||
!!! danger "Undefined behavior"
|
||||
|
||||
Writing data to the referee of the result yields an undefined state.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user