doc: workaround for PocoDoc failure to parse Any.h

This commit is contained in:
Günter Obiltschnig
2025-02-14 17:15:29 +01:00
parent e7687d4bba
commit 4c2128ccdb

View File

@@ -142,10 +142,12 @@ public:
private:
using AlignerType = std::max_align_t;
#ifndef POCO_DOC
static_assert(
sizeof(AlignerType) < SizeV,
"Aligner type is bigger than the actual storage, so SizeV should be made bigger otherwise you simply waste unused memory."
);
#endif
enum Allocation : unsigned char
{