medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 1785a91a237b52002f0b6a34e3729d1ce2ebc4e7
parent ec11e1da0e490fdcc8977016900d22ca980d41a3
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Tue Dec 27 17:10:50 +0200

MSVC warning

Diffstat:
pool.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pool.h b/pool.h @@ -114,7 +114,7 @@ public: } private: - enum { INVALID_IDX = U32_MAX }; + enum : u32 { INVALID_IDX = U32_MAX }; StaticArray< T, N > elems; StaticArray< u32, N > nexts;