Open nuno-silva opened 9 years ago
Replace C style #ifndef #define guards with #pragma once. It's widely supported (including gcc 3.4+ and MVC++), even though it's not a standard.
#ifndef
#define
#pragma once
Replace C style
#ifndef
#define
guards with#pragma once
. It's widely supported (including gcc 3.4+ and MVC++), even though it's not a standard.