Opened 13 years ago
#3745 new Feature Requests
Remove deprecated class
Reported by: | anonymous | Owned by: | jsiek |
---|---|---|---|
Milestone: | Boost 1.42.0 | Component: | tokenizer |
Version: | Boost 1.41.0 | Severity: | Problem |
Keywords: | Cc: |
Description
According to http://www.boost.org/doc/libs/1_41_0/libs/tokenizer/char_delimiters_separator.htm char_delemiters_separator is a deprecated class and wasn't removed because of compatibility. There is no reason to keep going with this compatibility when the char_separator offers the same functionality. Currently it makes you to declare a new type definition for tokenizer<char_separator<char>> instead of using the one from boost.
Thank you.
Note:
See TracTickets
for help on using tickets.