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 1/2] libstdc++: Add std::align.


On 16/04/14 16:19 +0100, Jonathan Wakely wrote:
On 16/04/14 17:06 +0200, Rüdiger Sonderfeld wrote:
C++11 [ptr.align].

This should probably not be inline.  But for now this avoids any ABI
changes.

Adding new non-member functions is fine ABI purposes (adding new
virtual functions is not).

Actually I think that is OK to be inline anyway, patch approved. I'll
apply it shortly - thanks.


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