Commit 2211eff6 by Martin Sebor Committed by Martin Sebor

Avoid including <string> directly.

From-SVN: r258046
parent d4cfd486
2018-02-27 Martin Sebor <msebor@redhat.com> 2018-02-27 Martin Sebor <msebor@redhat.com>
* pt.c: Avoid including <string> directly.
2018-02-27 Martin Sebor <msebor@redhat.com>
PR c++/83871 PR c++/83871
PR c++/83503 PR c++/83503
* cp-tree.h (warn_spec_missing_attributes): New function. * cp-tree.h (warn_spec_missing_attributes): New function.
......
...@@ -24,8 +24,8 @@ along with GCC; see the file COPYING3. If not see ...@@ -24,8 +24,8 @@ along with GCC; see the file COPYING3. If not see
all methods must be provided in header files; can't use a source all methods must be provided in header files; can't use a source
file that contains only the method templates and "just win". */ file that contains only the method templates and "just win". */
#include <string>
#include "config.h" #include "config.h"
#define INCLUDE_STRING
#include "system.h" #include "system.h"
#include "coretypes.h" #include "coretypes.h"
#include "cp-tree.h" #include "cp-tree.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment