mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 15:16:49 +02:00
size_t should be std::size_t, include <cstddef>
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user