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.
This commit is contained in:
parent
de4a1c3b9c
commit
9bf52f7001
|
@ -50,6 +50,7 @@
|
||||||
// ostringstream and istringstream classes.
|
// ostringstream and istringstream classes.
|
||||||
|
|
||||||
# include <@KWSYS_NAMESPACE@/stl/string>
|
# include <@KWSYS_NAMESPACE@/stl/string>
|
||||||
|
# include <new> // Need placement operator new.
|
||||||
|
|
||||||
namespace @KWSYS_NAMESPACE@_ios
|
namespace @KWSYS_NAMESPACE@_ios
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue