2
0
mirror of https://github.com/boostorg/range.git synced 2026-01-22 17:33:01 +00:00
Files
range/include
tobias-loew 4f66482414 Ticket #10397 - compilation error with mfc-iteratior-support: ambiguous symbol
fixed compilation error for mfc-iteration-support

changed
boost::range_detail::range_const_iterator
to
boost::range_detail::range_const_iterator_helper

to address compilation error when using mfc-iteration-support
2015-08-12 15:32:31 +02:00
..