mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +00:00
- Use #pragma once
in EASTL's intrusive_list.h
.
This commit is contained in:
parent
50a3089648
commit
e06c083c3b
1 changed files with 1 additions and 1 deletions
2
source/thirdparty/include/intrusive_list.h
vendored
2
source/thirdparty/include/intrusive_list.h
vendored
|
@ -85,7 +85,7 @@
|
|||
//#include <EASTL/iterator.h>
|
||||
//#include <EASTL/algorithm.h>
|
||||
|
||||
#if defined(EA_PRAGMA_ONCE_SUPPORTED)
|
||||
#if 1 //defined(EA_PRAGMA_ONCE_SUPPORTED)
|
||||
#pragma once // Some compilers (e.g. VC++) benefit significantly from using this. We've measured 3-4% build speed improvements in apps as a result.
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue