Switch from #pragma once
to include guards
#289
Labels
⬇️ affects: code (implementation)
Affects implementation details of the code
📁 kind: enhancement
New feature or request
💪 effort: small
Milestone
This would be a more robust solution.
#pragma once
is fine for first-party code in a project, but for third party users, there will always be edge cases.The text was updated successfully, but these errors were encountered: