diff options
author | A. Jesse Jiryu Davis <jesse@mongodb.com> | 2019-05-21 23:26:25 -0400 |
---|---|---|
committer | A. Jesse Jiryu Davis <jesse@mongodb.com> | 2019-05-31 16:04:51 -0400 |
commit | a587fc4fe1e0c051b8f534d6c2efad35314a899c (patch) | |
tree | e1aba51d16999dded4d540d5b2f08d01794c665a /README.third_party.md | |
parent | 160dbb352cae76307016f42934902d74e7879e5a (diff) | |
download | mongo-a587fc4fe1e0c051b8f534d6c2efad35314a899c.tar.gz |
SERVER-26906 Add constexpr function to convert Durations
Diffstat (limited to 'README.third_party.md')
-rw-r--r-- | README.third_party.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.third_party.md b/README.third_party.md index a2e6efeb97e..4458accbf59 100644 --- a/README.third_party.md +++ b/README.third_party.md @@ -38,6 +38,7 @@ a notice will be included in | [MurmurHash3] | Public Domain | | Unknown + changes | ✗ | ✗ | | [Pcre] | BSD-3-Clause | 8.43 | 8.42 | | ✗ | | [S2] | Apache-2.0 | | Unknown | ✗ | ✗ | +| [SafeInt] | MIT | 3.0.20p | 3.0.20p | | | | [scons] | MIT | 3.0.4 | 3.0.4 | | | | [Snappy] | BSD-3-Clause | 1.1.7 | 1.1.7 | ✗ | ✗ | | [sqlite] | Public Domain | 3280000 | 3260000 | ✗ | ✗ | @@ -67,6 +68,7 @@ a notice will be included in [MurmurHash3]: https://github.com/aappleby/smhasher/blob/master/src/MurmurHash3.cpp [Pcre]: http://www.pcre.org/ [S2]: https://github.com/google/s2geometry +[SafeInt]: https://github.com/dcleblanc/SafeInt [scons]: https://github.com/SCons/scons [Snappy]: https://github.com/google/snappy/releases [sqlite]: https://sqlite.org/ |