Re: Fwd: Re: STDCXX-1071 numpunct facet defect

2012-10-26 Thread Liviu Nicoara
On 10/03/12 11:10, Martin Sebor wrote: [...] I was just thinking of a few simple loops along the lines of: void* thread_func (void*) { for (int i = 0; i N; ++) test 1: do some simple stuff inline test 2: call a virtual function to do the same stuff

Re: Fwd: Re: STDCXX-1071 numpunct facet defect

2012-10-26 Thread Martin Sebor
On 10/26/2012 06:50 AM, Liviu Nicoara wrote: On 10/03/12 11:10, Martin Sebor wrote: [...] I was just thinking of a few simple loops along the lines of: void* thread_func (void*) { for (int i = 0; i N; ++) test 1: do some simple stuff inline test 2: call a virtual function to do the same stuff