Opened 6 years ago
#12380 new Feature Requests
property_tree::ordered_end() missing
Reported by: | Owned by: | Sebastian Redl | |
---|---|---|---|
Milestone: | To Be Determined | Component: | property_tree |
Version: | Boost 1.61.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Surely there should be an ::ordered_end() to go with ::ordered_begin() ?
Currently, you must use ::not_found(), and the only indication that it is the same as ordered_end() is in the comments in the code.
Note:
See TracTickets
for help on using tickets.