This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
In the spirit of "include what you use" (and because I couldn't find why <unordered_map> and <unordered_set> include <tuple> when they don't use it ... it's because <bits/hashtable_policy.h> uses it). * include/bits/hashtable_policy.h: Include <tuple>. * include/std/unordered_map: Only include <bits/stl_pair.h> instead of <utility> and <tuple>. * include/std/unordered_set: Likewise. Tested powerpc64le-linux, committed to trunk.
Attachment:
patch.txt
Description: Text document
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |