Remove snappy::string alias to std::string.
PiperOrigin-RevId: 271678325
This commit is contained in:
committed by
Victor Costan
parent
62363d9a79
commit
9dabbca006
@@ -60,8 +60,6 @@ using uint32 = std::uint32_t;
|
|||||||
using int64 = std::int64_t;
|
using int64 = std::int64_t;
|
||||||
using uint64 = std::uint64_t;
|
using uint64 = std::uint64_t;
|
||||||
|
|
||||||
using string = std::string;
|
|
||||||
|
|
||||||
#if !${HAVE_SYS_UIO_H_01} // !HAVE_SYS_UIO_H
|
#if !${HAVE_SYS_UIO_H_01} // !HAVE_SYS_UIO_H
|
||||||
// Windows does not have an iovec type, yet the concept is universally useful.
|
// Windows does not have an iovec type, yet the concept is universally useful.
|
||||||
// It is simple to define it ourselves, so we put it inside our own namespace.
|
// It is simple to define it ourselves, so we put it inside our own namespace.
|
||||||
|
|||||||
Reference in New Issue
Block a user