Re: [v3] Small clean-up to

2011-11-07 Thread Paolo Carlini
On 11/08/2011 02:43 AM, Gabriel Dos Reis wrote: On Mon, Nov 7, 2011 at 6:52 PM, Paolo Carlini wrote: Hi, Marc noticed we had a few redundant const qualifiers. Yes and no. They were left redundant NOT out of careless or lazyness. At the time, it was lobbied hard that for transitional purposes

Re: [v3] Small clean-up to

2011-11-07 Thread Gabriel Dos Reis
On Mon, Nov 7, 2011 at 6:52 PM, Paolo Carlini wrote: > Hi, > > Marc noticed we had a few redundant const qualifiers. Yes and no. They were left redundant NOT out of careless or lazyness. At the time, it was lobbied hard that for transitional purposes, #defning constexpr to nothing should still l

[v3] Small clean-up to

2011-11-07 Thread Paolo Carlini
Hi, Marc noticed we had a few redundant const qualifiers. Tested x86_64-linux, committed. Paolo. // 2011-11-07 Paolo Carlini * include/std/complex (complex<>::real(), complex<>::imag()): Remove redundant const qualifiers. Index: include/std/complex =