AI 145714: Added cstring wrapper around string.h.
In new, include cstddef which declares std::size_t. BUG=1601432 Automated import of CL 145714
This commit is contained in:

committed by
The Android Open Source Project

parent
00a18f62a7
commit
89b62a18a0
@@ -1,11 +1,10 @@
|
||||
/* -*- c++ -*- */
|
||||
#ifndef __NEW__
|
||||
#define __NEW__
|
||||
|
||||
#include <stddef.h>
|
||||
#include <cstddef>
|
||||
|
||||
namespace std {
|
||||
using ::size_t;
|
||||
|
||||
struct nothrow_t {};
|
||||
extern const nothrow_t nothrow;
|
||||
}
|
||||
|
Reference in New Issue
Block a user