mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-03 04:38:39 +01:00
fix alignas specifier
This commit is contained in:
parent
3ea52f825d
commit
e4ceb5d44f
@ -126,7 +126,7 @@ template <size_t Alignment> struct AlignedCharArrayImpl;
|
||||
#define POCO_ALIGNEDCHARARRAY_TEMPLATE_ALIGNMENT(x) \
|
||||
template <> struct AlignedCharArrayImpl<x> \
|
||||
{ \
|
||||
char alignas(x) aligned; \
|
||||
char aligned alignas(x); \
|
||||
}
|
||||
#define POCO_HAVE_ALIGNMENT
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user