Open offa opened 11 months ago
Replace Include Guards with #pragma once. While not standardized it's widely supported and less prone to errors.
#pragma once
Please let me know if there are any objections.
Replace Include Guards with
#pragma once
. While not standardized it's widely supported and less prone to errors.