This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH 1/2] libstdc++: Add std::align.
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Rüdiger Sonderfeld <ruediger at c-plusplus dot de>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Wed, 16 Apr 2014 16:19:45 +0100
- Subject: Re: [PATCH 1/2] libstdc++: Add std::align.
- Authentication-results: sourceware.org; auth=none
- References: <1962350 dot FSSUUJhQhP at descartes>
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).