3/1/2026 at 2:25:38 PM
This is compiler specific and cannot be generalised as C++.by pjmlp
3/1/2026 at 3:18:30 PM
Well, yes, but still quite interesting, IMHO. It's not like GCC is one of the least used compilers.by zabzonk
3/1/2026 at 3:36:26 PM
Yeah, but that isn't C++ in isolation, thus the tile is incorrect.by pjmlp
3/1/2026 at 5:16:55 PM
Article has been updated> EDIT (March 1, 2026): I updated the title to to clarify that this observation is specific to my environment. The original title may have implied a universal behavior, which isn’t the case. Thanks for the feedback!
by appreciatorBus
3/1/2026 at 9:09:12 PM
Thanks for the update!by pjmlp
3/1/2026 at 9:23:47 PM
I would also expect it to depend on whether or not you have exceptions enabled. Half the ecosystem has them disabled.by surajrmal
3/1/2026 at 2:37:12 PM
And C++ library specific as well. Perhaps even more so.by compiler-guy