mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-10 18:14:58 +01:00
doc: workaround for PocoDoc failure to parse Any.h
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user