commit | b096524827460d2a3a7e7d08ae6c2f41a1388bab | [log] [tgz] |
---|---|---|
author | Tom Tromey <tom@tromey.com> | Sun Oct 15 12:15:36 2023 -0600 |
committer | Tom Tromey <tom@tromey.com> | Wed Nov 29 14:29:44 2023 -0700 |
tree | 98eeb653b6f5bfc21e8084471a8e8e50b943c23f | |
parent | dead89d27645c391b62da24a2f2942fb8a819d45 [diff] |
Use try_emplace in index-write.c index-write.c has a comment indicating that C++17's try_emplace could be used. This patch makes the change. Approved-By: Pedro Alves <pedro@palves.net>