Opened 7 years ago
#11334 new Feature Requests
Add ability to get const filter reference from a const symmetric_filter
| Reported by: | Owned by: | Jonathan Turkanis | |
|---|---|---|---|
| Milestone: | To Be Determined | Component: | iostreams |
| Version: | Boost 1.58.0 | Severity: | Not Applicable |
| Keywords: | Cc: |
Description
If you have a const symmetric_filter, you cannot call the filter() function to get a const reference to the underlying implementation. This would be a nice thing to have.
Attachments (1)
Note:
See TracTickets
for help on using tickets.

Patch which adds this