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]

Profile mode (was Re: Add std::unordered_* C++11 allocator support)


On 25 April 2013 09:52, Paolo Carlini wrote:
> Hi,
>
>
> On 04/21/2013 10:08 PM, François Dumont wrote:
>>
>> Hi
>>
>>     Here is another proposal with:
>> - No attempt to remove const key
>> - No attempt to use assignment operator
>> - noexcept move constructor; I slightly modify a static assertion so that
>> it checks that _M_bucket_index is noexcept qualified which depends on the
>> noexcept qualification of the functors involved in bucket computation
>
> could you please take care of the profile-mode bits too? Let's try to keep
> the 3 modes in sync, I noticed only by chance.

Does **anyone** use profile mode?

It has no maintainers, few (if any) users, and is an ongoing maintenance burden.


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