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
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
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
=