https://gcc.gnu.org/bugzilla/show_bug.cgi?id=95917
--- Comment #4 from Iain Sandoe <iains at gcc dot gnu.org> --- (In reply to fdlbxtqi from comment #3) > Jonathan. I am MAD at you. This is absolutely your fault. I told you to > always write inline and you guys do not then allow Herb Sutter to ban me. > Here is the fault in your own controlled codebase. Are you satisfied? > > https://github.com/isocpp/CppCoreGuidelines/issues/1630 > > YES! INLINE ALL YOUR FUNCTIONS. AVOID function pointers and virtual > functions as plagues. 1. jonathan did not write this header - I did, 2. we all make mistakes, shouting at folks isn't the optimum way to get them fixed 3. this bloat can only occur IF you include a header you are NOT using. i.e. #include <coroutine> in a source that has no coroutines.