Re: [PATCH] Add std::__iterator_category_t

2019-10-04 Thread Jonathan Wakely
On 04/10/19 06:39 +0200, François Dumont wrote: Hi     May I add this convenient function ? I'll also use it in coming patches.     Note that I removed a template parameter in __is_random_access_iter in C++11.     * include/bits/stl_iterator_base_types.h (__iterator_category_t): Define

[PATCH] Add std::__iterator_category_t

2019-10-03 Thread François Dumont
Hi     May I add this convenient function ? I'll also use it in coming patches.     Note that I removed a template parameter in __is_random_access_iter in C++11.     * include/bits/stl_iterator_base_types.h (__iterator_category_t): Define     for C++11.     (__is_random_access_iter): Ada