#970 closed defect (fixed)
SegmentTree compare functions do not compile
Reported by: | Peter | Owned by: | Jari Häkkinen |
---|---|---|---|
Priority: | major | Milestone: | yat 0.18.1 |
Component: | utility | Version: | 0.18 |
Keywords: | Cc: |
Description
The problem occurs both for SegmentSet
and SegmentMap
. Code such as
*::value_compare vc = s.value_comp(); *::key_compare kc = s.key_comp();
does not compile.
Note: See
TracTickets for help on using
tickets.
In 4028: