OK.
Jason
On 10/28/2013 09:44 AM, Jason Merrill wrote:
On 10/28/2013 09:10 AM, Joseph S. Myers wrote:
On Sun, 27 Oct 2013, Ed Smith-Rowland wrote:
Here is an implementation for C++14 digit separators (single quote).
I tend to think that such features should come with a test that the
feature is not ena
On 10/28/2013 09:10 AM, Joseph S. Myers wrote:
On Sun, 27 Oct 2013, Ed Smith-Rowland wrote:
Here is an implementation for C++14 digit separators (single quote).
I tend to think that such features should come with a test that the
feature is not enabled for language / standard versions for whic
On Sun, 27 Oct 2013, Ed Smith-Rowland wrote:
> Here is an implementation for C++14 digit separators (single quote).
I tend to think that such features should come with a test that the
feature is not enabled for language / standard versions for which it
shouldn't be. That is, something like
#d
On 10/28/2013 03:51 AM, Ed Smith-Rowland wrote:
> Here is an implementation for C++14 digit separators (single quote).
>
> It's still testing on x86_64-linux but I wanted to give folks a chance
> to check it out.
>
> Ed
>
> Index: gcc/testsuite/g++.dg/cpp1y/digit-sep-neg.C
>