Synchronize with trunk r58457.
[reactos.git] / include / c++ / cstddef
1 // ISO C++ standards definitions
2
3 #include <stddef.h>
4
5 #pragma once
6
7 namespace std
8 {
9 using ::ptrdiff_t;
10 using ::size_t;
11 }