commit | 6a691b9d8183c17db98b6cd682ad07ce84209032 | [log] [tgz] |
---|---|---|
author | Nikolas Klauser <nikolasklauser@berlin.de> | Wed Nov 06 00:14:27 2024 +0100 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Nov 05 15:16:21 2024 -0800 |
tree | 40157a3c7be4622edb783426b401f8e51c236577 | |
parent | f3a8897d07e7a51fd4812f277eb12bf55abb77c4 [diff] |
[libc++] Remove <string> and <vector> includes from <flat_map> (#114876) `<string>` doesn't seem to be required at all and `flat_map` doesn't support `vector<bool>`, so we can include just `vector<T>`. This cuts the include time in half on my system. GitOrigin-RevId: 332fda86fb20c6c2cdc58976a8739c6a13110734