https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68222
Jonathan Wakely <redi at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Last reconfirmed| |2015-11-10 Ever confirmed|0 |1 --- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- Yes, it would be nice if the wrapper operators were SFINAE-friendly. Wild idea off the top of my head: rather than SFINAE-ing away every member we could partially-specialize _Safe_iterator based on the iterator category.