[Bug c++/91436] Confusing suggestion to include

2019-08-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91436 --- Comment #7 from Jonathan Wakely --- (In reply to Konstantin Kharlamov from comment #0) > When the reason for an undefined function is too low c++ standard, g++ still > suggests to include the header where it's supposed to be. N.B. this isn't

[Bug c++/91436] Confusing suggestion to include

2019-08-15 Thread Hi-Angel at yandex dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91436 --- Comment #6 from Konstantin Kharlamov --- Thank you!

[Bug c++/91436] Confusing suggestion to include

2019-08-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91436 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug c++/91436] Confusing suggestion to include

2019-08-15 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91436 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Thu Aug 15 11:35:58 2019 New Revision: 274530 URL: https://gcc.gnu.org/viewcvs?rev=274530&root=gcc&view=rev Log: PR c++/91436 fix C++ dialect for std::make_unique fix-it hint The std::m

[Bug c++/91436] Confusing suggestion to include

2019-08-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91436 --- Comment #3 from Jonathan Wakely --- Author: redi Date: Wed Aug 14 20:10:00 2019 New Revision: 274493 URL: https://gcc.gnu.org/viewcvs?rev=274493&root=gcc&view=rev Log: PR c++/91436 fix C++ dialect for std::make_unique fix-it hint The std::m

[Bug c++/91436] Confusing suggestion to include

2019-08-14 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91436 --- Comment #2 from Jonathan Wakely --- Author: redi Date: Wed Aug 14 19:52:58 2019 New Revision: 274492 URL: https://gcc.gnu.org/viewcvs?rev=274492&root=gcc&view=rev Log: PR c++/91436 fix C++ dialect for std::make_unique fix-it hint The std::m

[Bug c++/91436] Confusing suggestion to include

2019-08-13 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91436 Jonathan Wakely changed: What|Removed |Added Keywords||diagnostic Status|UNCONFIR