#786 closed request (fixed)
deprecate utility::Range
Reported by: | Peter | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | yat 0.13 |
Component: | utility | Version: | |
Keywords: | Cc: |
Description (last modified by )
Boost Range Class provides the same functionality with more complete interface and e.g. the interface is dynamic and depends on features of underlying iterator (forward iterator, random access etc).
Change History (4)
comment:1 Changed 10 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 10 years ago by
Milestone: | yat 0.x+ → yat 0.13 |
---|
comment:3 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 Changed 9 years ago by
For the records, there seems to be a bug in (some versions of) GCC with deprecations of templates. For som versions the deprecation is ignored. For some versions the warnings pops up for the second instance. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=33911
Note: See
TracTickets for help on using
tickets.
(In [3259]) deprecated class Range. closes #786