This commit is contained in:
Alex Fabijanic
2022-07-25 14:09:32 +02:00
parent b384a28276
commit 1d10aeb248

View File

@@ -66,7 +66,7 @@ union Placeholder
public:
struct Size
{
static const unsigned int value = SizeV;
enum { value = SizeV };
};
Placeholder(const Placeholder&) = delete;