| Index: third_party/re2/patches/re2-libcxx.patch
|
| diff --git a/third_party/re2/patches/re2-libcxx.patch b/third_party/re2/patches/re2-libcxx.patch
|
| index 3ef6eb5a353d93b6e47d796149d46f1fdaf62c46..fc4dd1c90ab2ae6fb32d77d59f1a342abc9dfec3 100644
|
| --- a/third_party/re2/patches/re2-libcxx.patch
|
| +++ b/third_party/re2/patches/re2-libcxx.patch
|
| @@ -12,12 +12,3 @@ index 8f54040..de1ef5b 100644
|
|
|
| #include <tr1/unordered_set>
|
| using std::tr1::unordered_set;
|
| -@@ -54,7 +55,7 @@ using std::tr1::unordered_set;
|
| - #else
|
| -
|
| - #include <unordered_set>
|
| --#if defined(WIN32) || defined(OS_ANDROID)
|
| -+#if defined(WIN32) || (defined(OS_ANDROID) && !defined(_LIBCPP_ABI_VERSION))
|
| - using std::tr1::unordered_set;
|
| - #else
|
| - using std::unordered_set;
|
|
|