Re: Debug algorithms

2016-09-15 Thread François Dumont
On 14/09/2016 12:33, Jonathan Wakely wrote: On 06/09/16 22:26 +0200, François Dumont wrote: Hi Any final decision regarding this patch ? Note that __std_a namespace is optional, I can remove this change from the patch if you want. Can you describe what difference that would make?

Re: Debug algorithms

2016-09-14 Thread Jonathan Wakely
On 14/09/16 11:33 +0100, Jonathan Wakely wrote: We need to get better at documenting things. The interaction between the different namespaces in Debug Mode, Parallel Mode etc is already confusing, and I think this patch would make it worse. The namespaces used for the math special functions

Re: Debug algorithms

2016-09-14 Thread Jonathan Wakely
On 06/09/16 22:26 +0200, François Dumont wrote: Hi Any final decision regarding this patch ? Note that __std_a namespace is optional, I can remove this change from the patch if you want. Can you describe what difference that would make? Would it avoid all the changes to Parallel Mode?

Re: Debug algorithms

2016-09-06 Thread François Dumont
Hi Any final decision regarding this patch ? Note that __std_a namespace is optional, I can remove this change from the patch if you want. François On 18/07/2016 21:25, François Dumont wrote: On 13/07/2016 19:45, Jonathan Wakely wrote: On 22/06/16 22:05 +0200, François Dumont

Re: Debug algorithms

2016-07-18 Thread François Dumont
On 13/07/2016 19:45, Jonathan Wakely wrote: On 22/06/16 22:05 +0200, François Dumont wrote: Hi Here is eventually the so long promized patch to introduce Debug algos similarly to Debug containers. I'm trying to decide how much benefit this really gives us, and whether the obfuscation to

Re: Debug algorithms

2016-07-13 Thread Jonathan Wakely
On 22/06/16 22:05 +0200, François Dumont wrote: Hi Here is eventually the so long promized patch to introduce Debug algos similarly to Debug containers. I'm trying to decide how much benefit this really gives us, and whether the obfuscation to the code (even more namespaces involved, and