size_t should be std::size_t, include <cstddef>

This commit is contained in:
Guenter Obiltschnig
2013-07-22 09:26:22 +02:00
parent a49f5da54b
commit 43d7d40d40

View File

@@ -54,6 +54,9 @@
#define Foundation_AlignOf_INCLUDED #define Foundation_AlignOf_INCLUDED
#include <cstddef>
#ifdef POCO_ENABLE_CPP11 #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. /// Helper for building an aligned character array type.
/// ///
/// This template is used to explicitly build up a collection of aligned /// This template is used to explicitly build up a collection of aligned