Skip to content
Snippets Groups Projects
Commit e629d743 authored by Brad King's avatar Brad King
Browse files

BUG: Need to include header <new> to use placement new syntax. Really this...

BUG: Need to include header <new> to use placement new syntax.  Really this should be fixed by replacing the stream buffer to set a new string instead of reconstructing the object, but this will require quite a bit of work to do portably.
parent dba3c139
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@
// ostringstream and istringstream classes.
# include <@KWSYS_NAMESPACE@/stl/string>
# include <new> // Need placement operator new.
namespace @KWSYS_NAMESPACE@_ios
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment