mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Bug 45203. Added substitution rules for few additional standard C++
headers.
This commit is contained in:
parent
d54431f7eb
commit
5a3fe46fd9
1 changed files with 2 additions and 0 deletions
|
@ -322,6 +322,7 @@ public class GCCHeaderSubstitutionMaps {
|
|||
"<bits/ostream_insert.h>", "<ostream>",
|
||||
"<bits/postypes.h>", "<iostream>",
|
||||
"<bits/postypes.h>", "<string>",
|
||||
"<bits/shared_ptr.h>", "<memory>",
|
||||
"<bits/slice_array.h>", "<valarray>",
|
||||
"<bits/sstream.tcc>", "<sstream>",
|
||||
"<bits/stl_algo.h>", "<algorithm>",
|
||||
|
@ -357,6 +358,7 @@ public class GCCHeaderSubstitutionMaps {
|
|||
"<bits/streambuf_iterator.h>", "<iterator>",
|
||||
"<bits/streambuf_iterator.h>", "<ios>",
|
||||
"<bits/stringfwd.h>", "<string>",
|
||||
"<bits/unique_ptr.h>", "<memory>",
|
||||
"<bits/valarray_after.h>", "<valarray>",
|
||||
"<bits/valarray_array.h>", "<valarray>",
|
||||
"<bits/valarray_array.tcc>", "<valarray>",
|
||||
|
|
Loading…
Add table
Reference in a new issue