IncludeGuardian
Results
1
issues of
IncludeGuardian
`eaassert.h` does not have a strict enough include guard to trigger the multiple inclusion optimization on most compilers. The `#if defined(EA_PRAGMA_ONCE_SUPPORTED)` check occurs before any include of `eacompilertraits.h` (where `EA_PRAGMA_ONCE_SUPPORTED`...