1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-30 21:55:31 +02:00

Bug 45203. Added substitution rules for few additional standard C++

headers.
This commit is contained in:
Sergey Prigogin 2013-08-08 11:03:54 -07:00
parent d54431f7eb
commit 5a3fe46fd9

View file

@ -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>",