Some more stdlib (array and vector, untested so far).
This commit is contained in:
15
stdlib/include/cstddef
Normal file
15
stdlib/include/cstddef
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#if !defined(BAD_APPLE_OS_CSTDDEF_INCLUDED)
|
||||
#define BAD_APPLE_OS_CSTDDEF_INCLUDED
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
namespace std
|
||||
{
|
||||
using ::ptrdiff_t;
|
||||
using ::size_t;
|
||||
}
|
||||
|
||||
#endif // !defined(BAD_APPLE_OS_CSTDDEF_INCLUDED)
|
||||
Reference in New Issue
Block a user