[Bug libstdc++/86513] ostringstream default constructor missing from libstdc++

2018-07-23 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86513 Jonathan Wakely changed: What|Removed |Added CC||burnus at gcc dot gnu.org --- Comment

[Bug libstdc++/86513] ostringstream default constructor missing from libstdc++

2018-07-17 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86513 --- Comment #6 from Jonathan Wakely --- OK, I was just going by what you said: (In reply to Csaba Ráduly from comment #3) > [...] my usual "svn up && make bootstrap && make install" [...]

[Bug libstdc++/86513] ostringstream default constructor missing from libstdc++

2018-07-17 Thread csaba_22 at yahoo dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86513 --- Comment #5 from Csaba Ráduly --- BTW, I wasn't building in the source directory.

[Bug libstdc++/86513] ostringstream default constructor missing from libstdc++

2018-07-16 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86513 Jonathan Wakely changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|---

[Bug libstdc++/86513] ostringstream default constructor missing from libstdc++

2018-07-16 Thread csaba_22 at yahoo dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86513 --- Comment #3 from Csaba Ráduly --- I don't get this. ostringstream isn't even supposed to have a default constructor, only the openmode, string and openmode, and the move constructor (if I'm reading [ostringstream.cons] in N4659 right). In

[Bug libstdc++/86513] ostringstream default constructor missing from libstdc++

2018-07-16 Thread csaba_22 at yahoo dot co.uk
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86513 --- Comment #2 from Csaba Ráduly --- I don't get this. ostringstream isn't even supposed to have a default constructor, only the openmode, string and openmode, and the move constructor (if I'm reading [ostringstream.cons] in N4659 right).

[Bug libstdc++/86513] ostringstream default constructor missing from libstdc++

2018-07-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86513 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |WAITING Last reconfirmed|