On Tue, 13 Jul 2021, Jonathan Marler wrote:
I think the ideal solution would allow programs to take the address of these functions since MSVC allows it.
Well even with static inline, their address can be taken just fine, it's just not identical across all translation units. I don't see that as a big issue here, so I'd be fine with going with that approach.
// Martin _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
