mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
Fixed Organize Includes to not insert a large number of system headers
for "using std::swap;" Change-Id: I28646c7dbca2c9f0ad5ba1e9b670d07bad3499c6
This commit is contained in:
parent
88e62433f5
commit
6fbe7991c2
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ public class GCCHeaderSubstitutionMaps {
|
|||
"std::char_traits", "<string>",
|
||||
"std::char_traits", "<ostream>",
|
||||
"std::char_traits", "<istream>",
|
||||
"std::swap", "<bits/move.h>",
|
||||
"suseconds_t", "<sys/types.h>",
|
||||
"suseconds_t", "<sys/time.h>",
|
||||
"suseconds_t", "<sys/select.h>",
|
||||
|
|
Loading…
Add table
Reference in a new issue