I saw in the programming style guide that you still use #include guards. But all compilers supports support since years #pragma once, which has some advantages comparing to old #include guard (see here). So it would be nice, if this will be changed to modern variant.
I saw in the programming style guide that you still use #include guards. But all compilers supports support since years #pragma once, which has some advantages comparing to old #include guard (see here). So it would be nice, if this will be changed to modern variant.