Re: [PATCH] Limit includes in hashtable_policy.h

2020-02-28 Thread Jonathan Wakely
On 27/02/20 19:30 +0100, François Dumont wrote: When I use std::is_permutation in hashtable_policy.h I included stl_algo.h which is a large header. No other header in include/bits does this, I would prefer not being the first to do such a thing. As it is a recent change I prefer to submit

[PATCH] Limit includes in hashtable_policy.h

2020-02-27 Thread François Dumont
When I use std::is_permutation in hashtable_policy.h I included stl_algo.h which is a large header. No other header in include/bits does this, I would prefer not being the first to do such a thing. As it is a recent change I prefer to submit this patch now. Git commit message:     libstdc++