Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions docs/mkdocs/docs/features/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ It should be noted that as modules do not export macros, the `nlohmann.json` mod

## Exported symbols
Only the following symbols are exported from `nlohmann.json`:

- `nlohmann::adl_serializer`
- `nlohmann::basic_json`
- `nlohmann::json`
Expand All @@ -37,8 +38,3 @@ Only the following symbols are exported from `nlohmann.json`:
- `nlohmann::to_string`
- `nlohmann::literals::json_literals::operator""_json`
- `nlohmann::literals::json_literals::operator""_json_pointer`

The following specialisations of `std` symbols are also exported:
- `std::hash`
- `std::less`
- `std::swap`
Loading