uintptr_max instead of -1/~0

This commit is contained in:
Matthew Parkinson
2019-04-26 17:00:24 +01:00
committed by Matthew Parkinson
parent c471e1a271
commit f1835813bd
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
#pragma once
#include <stddef.h>
#include <limits>
#ifdef _MSC_VER
# include <immintrin.h>