https://bugs.kde.org/show_bug.cgi?id=434150
Jonathan Wakely <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Jonathan Wakely <[email protected]> --- KritaUtils::is_appendable_container is completely broken. You need to test the pointer->push_back expression in a SFINAE context, not in the function body. This is not a GCC bug. -- You are receiving this mail because: You are watching all bug changes.
