Changes between Initial Version and Version 3 of Ticket #60755
- Timestamp:
- Jul 2, 2020, 12:50:43 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60755
- Property Owner set to ryandesign
-
Property
Status
changed from
new
toassigned
- Property Keywords tiger added; Tiger re2c removed
-
Ticket #60755 – Description
initial v3 2 2 3 3 This is the error I see while building: 4 4 {{{ 5 5 :info:build ./src/dfa/closure_posix.h:128:61: error: invalid operands to binary expression ('typename determ_context_t<phistory_t>::rcconfiter_t' (aka 'reverse_iterator<const_iterator>') and 'reverse_iterator' (aka 'reverse_iterator<iterator>')) 6 6 :info:build for (typename ctx_t::rcconfiter_t c = reach.rbegin(); c != reach.rend(); ++c) { 7 }}}