Re: P0646R1 for Debug mode

2018-08-21 Thread Jonathan Wakely
On 20/08/18 22:38 +0200, François Dumont wrote: Right after I hit the send button I realized that I had forgotten to remove the definition of __cpp_lib_list_remove_return_type on the Debug forward_list side. I haven't plan to define this macro in this context, I prefer to leave it to normal i

Re: P0646R1 for Debug mode

2018-08-20 Thread François Dumont
patch. On 20/08/2018 22:26, François Dumont wrote: This patch implements P0646R1 for Debug mode containers. It fixes tests: 23_containers/forward_list/operations/remove_cxx20_return.cc 23_containers/forward_list/operations/unique_cxx20_return.cc 23_containers/list/operations/remove_cxx20_retu

P0646R1 for Debug mode

2018-08-20 Thread François Dumont
This patch implements P0646R1 for Debug mode containers. It fixes tests: 23_containers/forward_list/operations/remove_cxx20_return.cc 23_containers/forward_list/operations/unique_cxx20_return.cc 23_containers/list/operations/remove_cxx20_return.cc 23_containers/list/operations