mirror of
https://github.com/pocoproject/poco.git
synced 2025-03-03 12:58:03 +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) \
|
#define POCO_ALIGNEDCHARARRAY_TEMPLATE_ALIGNMENT(x) \
|
||||||
template <> struct AlignedCharArrayImpl<x> \
|
template <> struct AlignedCharArrayImpl<x> \
|
||||||
{ \
|
{ \
|
||||||
char alignas(x) aligned; \
|
char aligned alignas(x); \
|
||||||
}
|
}
|
||||||
#define POCO_HAVE_ALIGNMENT
|
#define POCO_HAVE_ALIGNMENT
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user