From b5ca6352416995b5edd358623a6ae5db38d5e634 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Thu, 25 Apr 2019 15:00:36 -0400 Subject: Feature/uint int definition (#954) * * Moved CPU determination macros to slang.h * Determine SlangUInt/SlangInt from the pointer width (determined from CPU macros) * Removed the UnambiguousInt and UnambigousUInt types - as a previous fragile work around * Removed UInt/Int definition from smart-pointer.h as now in common.h * * Remove ambiguity for PrettyWriter and ints * Improve comment around SlangInt/UInt * More fixes around ambiguity with PrettyWriter and integral types. * Disable VK on OSX. * Force CI to rebuild as spurious error. --- source/core/smart-pointer.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'source/core/smart-pointer.h') diff --git a/source/core/smart-pointer.h b/source/core/smart-pointer.h index 0b03deb8f..8ce67e384 100644 --- a/source/core/smart-pointer.h +++ b/source/core/smart-pointer.h @@ -11,10 +11,6 @@ namespace Slang { - // TODO: Need to centralize these typedefs - typedef uintptr_t UInt; - typedef intptr_t Int; - // Base class for all reference-counted objects class RefObject { -- cgit v1.2.3