https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70472
Simon Brand <simonrbrand at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |simonrbrand at gmail dot com --- Comment #13 from Simon Brand <simonrbrand at gmail dot com> --- Is there any decent workaround for this for pre-GCC8 users? My current approach is to add specializations to my own trait whenever a user of my library needs support for types with this issue. I can happily use intrinsics if some would make this easier.