https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86465
Marc Nieper-Wißkirchen <m...@nieper-wisskirchen.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |m...@nieper-wisskirchen.de --- Comment #18 from Marc Nieper-Wißkirchen <m...@nieper-wisskirchen.de> --- Does a viable workaround exist that doesn't amount to disabling the warning option altogether? In my case, the actual warning is triggered inside the standard library, which is used by my code that uses std::optional. Thanks.