On 24 January 2018 at 12:22, Alexander Nassian <[email protected]> wrote: > Maybe because it’s not part of the C++ standard?
#pragma once is not a replacement for include guards. It's not part of the C++ standard because it doesn't always work, and modules are a superior solution anyway. _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
