joelnn

Results 2 comments of joelnn

This is more important now that #19378 was reverted. I am seeing the segfault described in #19360 ``` (gdb) bt #0 0x00007efccaa7d277 in raise () from /lib64/libc.so.6 #1 0x00007efccaa7e968 in...

I don't need Boost Range compatibility, so I worked around this as follows: ``` #define RANGES_V3_DETAIL_SATISFY_BOOST_RANGE_HPP #define RANGES_SATISFY_BOOST_RANGE(view_name) #include ``` It would be great to have a supported way to...