On 24 January 2018 at 14:19, Mitch Curtis <[email protected]> wrote: >> > https://en.wikipedia.org/wiki/Pragma_once#Caveats >> >> That wikipedia link seems to describe the problems fairly accurately. > > Do we have that issue in Qt?
I do not anticipate to like to debug it if we hit that issue in our CI, or in a customer use case, or other user use case. If you want to insist on using #pragma once, the sane way forward is to use it in conjunction with header guards, not instead of header guards. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
