Re: [libstdc++,C++11] Library style for user-defined literal operators

2013-10-22 Thread Paolo Carlini
Hi 3dw...@verizon.net ha scritto: >Let me try that again. Sorry for the dupe and the bad subject in the >previous message. > >This patch fixes a small stylistic nit in the user-defined literal >operators in the standard library.I propose we prefer: operator""suf - >with no spacerather than: oper

Re: [libstdc++,C++11] Library style for user-defined literal operators

2013-10-22 Thread Mike Stump
On Oct 22, 2013, at 9:27 AM, 3dw...@verizon.net wrote: Can you arrange for your emails to have you name in them? Thanks.

[libstdc++,C++11] Library style for user-defined literal operators

2013-10-22 Thread 3dw4rd
Let me try that again. Sorry for the dupe and the bad subject in the previous message. This patch fixes a small stylistic nit in the user-defined literal operators in the standard library.I propose we prefer: operator""suf - with no spacerather than: operator"" suf - with spaceIt is only strict