This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] No allocation for empty unordered containers
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: François Dumont <frs dot dumont at gmail dot com>
- Cc: libstdc++ at gcc dot gnu dot org, Paolo Carlini <paolo dot carlini at oracle dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Fri, 5 Sep 2014 11:47:49 +0100
- Subject: Re: [patch] No allocation for empty unordered containers
- Authentication-results: sourceware.org; auth=none
- References: <20140804114914 dot GO2361 at redhat dot com> <20140804115539 dot GP2361 at redhat dot com> <53E13810 dot 8030107 at gmail dot com> <20140805201026 dot GH6927 at redhat dot com> <53E13D4B dot 5080909 at oracle dot com> <53EA697F dot 4030407 at gmail dot com> <alpine dot DEB dot 2 dot 11 dot 1408122137280 dot 1593 at laptop-mg dot saclay dot inria dot fr> <53EA70B6 dot 20503 at gmail dot com> <20140813095026 dot GU6927 at redhat dot com> <53ED0C8D dot 5020809 at gmail dot com>
On 14/08/14 21:22 +0200, François Dumont wrote:
Then here is the patch to introduce default constructor with
compiler computed noexcept qualification. Note that I also made
allocator aware default constructor allocation free however noexcept
qualification has to be manually written which I find quite a burden.
Do you think we shall do so now ?
I don't really care about that constructor, no need to do it now.
The patch is OK to commit, thanks.