aboutsummaryrefslogtreecommitdiffhomepage
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-21 18:58:23 +0000
committerGravatar kenton@google.com <kenton@google.com@630680e5-0e50-0410-840e-4b1c322b438d>2009-12-21 18:58:23 +0000
commitee7e9420e3f76a9f6b68ac2581c48404783db07d (patch)
treea64e43ad45aa0e511227374ec2fc93a7ab0899bd /CONTRIBUTORS.txt
parent8ee1474044c0618be2f53539ee7cc68560002b60 (diff)
Use unordered_map when available. Changes to stl_hash.m4 provided by Oleg Smolsky.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 5bb109f4..bb19587f 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -58,6 +58,7 @@ Patch contributors:
* Slicing support for repeated scalar fields for the Python API.
Oleg Smolsky <oleg.smolsky@gmail.com>
* MS Visual Studio error format option.
+ * Detect unordered_map in stl_hash.m4.
Brian Olson <brianolson@google.com>
* gzip/zlib I/O support.
Michael Poole <mdpoole@troilus.org>