Core/Flags: Rename EnableFlagsOperators to EnumAsFlags

This commit is contained in:
Lynix
2016-12-12 15:07:16 +01:00
parent bc073de94a
commit e9061a6cf8
5 changed files with 28 additions and 25 deletions

View File

@@ -62,7 +62,7 @@ namespace Nz
};
template<>
struct EnableFlagsOperators<BufferUsage>
struct EnumAsFlags<BufferUsage>
{
static constexpr bool value = true;
};
@@ -453,7 +453,7 @@ namespace Nz
};
template<>
struct EnableFlagsOperators<WindowStyle>
struct EnumAsFlags<WindowStyle>
{
static constexpr bool value = true;
};