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: [Patch] Fix libstdc++/10378 (DR 402 [Ready])


looks good, spacing tweaks (two) though:

+      ::new (static_cast<void*>(__p)) _T1(__value); 
                 ^
to

+      ::new(static_cast<void*>(__p)) _T1(__value); 


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