On Fri, 7 Feb 2020, Jonathan Wakely wrote: > On 06/02/20 18:53 -0500, Patrick Palka wrote: > > On Thu, 6 Feb 2020, Jonathan Wakely wrote: > > > > +#ifdef __cpp_lib_threeway_comparison > > > > > > This macro is mispelled, should be three_way with an underscore. > > > > Oops! It looks like it's also mispelled in the definition of iota_view > > earlier in this file. > > Oops, yes, my fault then. Fixed with this patch, tested > powerpc64le-linux and committed to master. I've reported the defect > with the return types to the LWG chair. > > Your incremental changes look good, please squash them into the base > patch and push that to master. Thanks.
Thanks for the review. I just committed the squashed version after a successful regtest.