mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 06:06:34 +08:00
- try_emplace(Key) is shorter than insert({Key, nullptr}).
- try_emplace performs value initialization without value parameters.
- We overwrite values on successful insertion anyway.