Matt Beardsley

Results 1 comments of Matt Beardsley

These are all of the views with non-type template parameters that try to use RANGES_SATISFY_BOOST_RANGE (but don't work due to the non-type template parameter) `::ranges::any_view` https://github.com/ericniebler/range-v3/blob/0487cca29e352e8f16bbd91fda38e76e39a0ed28/include/range/v3/view/any_view.hpp#L548-L549 https://github.com/ericniebler/range-v3/blob/0487cca29e352e8f16bbd91fda38e76e39a0ed28/include/range/v3/view/any_view.hpp#L691 `::ranges::common_view` https://github.com/ericniebler/range-v3/blob/0487cca29e352e8f16bbd91fda38e76e39a0ed28/include/range/v3/view/common.hpp#L58-L59 https://github.com/ericniebler/range-v3/blob/0487cca29e352e8f16bbd91fda38e76e39a0ed28/include/range/v3/view/common.hpp#L242...