Skip to content

Commit

Permalink
Remove basic_json proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
danielaparker committed Nov 1, 2024
1 parent e55f635 commit 3b7f1eb
Show file tree
Hide file tree
Showing 7 changed files with 66 additions and 871 deletions.
1 change: 0 additions & 1 deletion doc/ref/corelib/basic_json.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ Member type |Definition
`const_object_range_type`|range<const_object_iterator,const_array_iterator> (since 0.173.3)
`array_range_type`|range<array_iterator,const_array_iterator> (since 0.173.3)
`const_array_range_type`|range<const_array_iterator,const_array_iterator> (since 0.173.3)
`proxy_type`|proxy<basic_json>. The `proxy_type` class supports conversion to `basic_json&`.
### Static member functions
Expand Down
Loading

0 comments on commit 3b7f1eb

Please sign in to comment.