Opened 10 years ago

Closed 9 years ago

Last modified 9 years ago

#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 Peter)

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 Peter

Description: modified (diff)

comment:2 Changed 10 years ago by Peter

Milestone: yat 0.x+yat 0.13

comment:3 Changed 9 years ago by Peter

Resolution: fixed
Status: newclosed

(In [3259]) deprecated class Range. closes #786

comment:4 Changed 9 years ago by Peter

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.