diff --git a/include/bx/handlealloc.h b/include/bx/handlealloc.h index a4432b9..06de7e1 100644 --- a/include/bx/handlealloc.h +++ b/include/bx/handlealloc.h @@ -12,7 +12,7 @@ namespace bx { - static const uint16_t kInvalidHandle = UINT16_MAX; + constexpr uint16_t kInvalidHandle = UINT16_MAX; /// class HandleAlloc