mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-12 10:13:51 +01:00
size_t should be std::size_t, include <cstddef>
This commit is contained in:
parent
a49f5da54b
commit
43d7d40d40
@ -54,6 +54,9 @@
|
||||
#define Foundation_AlignOf_INCLUDED
|
||||
|
||||
|
||||
#include <cstddef>
|
||||
|
||||
|
||||
#ifdef POCO_ENABLE_CPP11
|
||||
|
||||
|
||||
@ -116,7 +119,7 @@
|
||||
}
|
||||
|
||||
|
||||
template <size_t Alignment> struct AlignedCharArrayImpl;
|
||||
template <std::size_t Alignment> struct AlignedCharArrayImpl;
|
||||
/// Helper for building an aligned character array type.
|
||||
///
|
||||
/// This template is used to explicitly build up a collection of aligned
|
||||
|
Loading…
Reference in New Issue
Block a user