This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: New const char* ctor for C++-0x


On 12/24/2009 06:19 PM, Ed Smith-Rowland wrote:
> Here is a new patch incorporating the test changes suggested by
> Jonathan and removing the stupid paste-o size_t thing.
Ok, thanks, I think it can go in.
> Regtested and bootstrapped of course.
>
> In addition, for discussion, is a patch with the umsigned long long
> changes.  I made the ctor available ic C++-x *and* have long long.  So
> in we're doing C++-0x and long long is not available you should still
> get the unsigned long ctor.
In general terms, frankly, this doesn't make sense: C++0x, among tons of
different things, also standardizes long long, thus it cannot be
unavailable in C++0x mode.

Paolo.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]