Skip to content
Open
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
3 changes: 2 additions & 1 deletion include/boost/json/array.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -946,7 +946,8 @@ class array
past-the-end iterators are also invalidated.

@pre
`first` and `last` are not iterators into `*this`.
`first` and `last` are not iterators into `*this`. Elements of `init`
do not refer to `*this` or its elements.

@par Constraints
@code
Expand Down
Loading