This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [Patch] Implementation of n3793 <experimental/optional>


On 11/03/2013 12:19 PM, Jonathan Wakely wrote:
Yes, Paolo pointed out these are failing on 32-bit targets, I've got a patch coming. Luc is there any reason not to just replace all those large constants with 0x1234ABCD, which fits in a long on 32-bit targets?
By the way, that's what I did/hacked in my local tree ;)

Jon, I have got a bunch of other minor tweaks, from proper formatting of conditional operator and some curly braces, to using __and_ and __not_ when possible, and other thingies, like no full stops at the end of asserts and throws. Passes testing. You may want to integrate it with your other changes in testing... Or I can wait and apply it myself.

Paolo.

/////////////////

Attachment: p
Description: Text document


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