Fields
| hardware | None |
| os | None |
Parameters
Fields
| Name | Value |
|---|
Parameters
| Name | Value |
|---|---|
| git_commit |
commit 332fda86fb20c6c2cdc58976a8739c6a13110734 Author: Nikolas Klauser <nikolasklauser@berlin.de> Date: Wed Nov 6 00:14:27 2024 +0100 [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. |