mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-19 13:40:49 +03:00
0032907: Coding Rules - eliminate MSVC warning C5054 on VS2019/C++20 (operator &,|: deprecated between enumerations of different types)
operator `&`,`|`: deprecated between enumerations of different types
This commit is contained in:
@@ -59,6 +59,7 @@
|
||||
#include <Standard_Macro.hxx>
|
||||
|
||||
typedef int Standard_Integer;
|
||||
typedef unsigned int Standard_UInteger;
|
||||
typedef double Standard_Real;
|
||||
typedef bool Standard_Boolean;
|
||||
typedef float Standard_ShortReal;
|
||||
|
||||
Reference in New Issue
Block a user