[Bug libstdc++/86008] std::quoted(std::basic_string_view) is missing

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

[Bug libstdc++/86008] std::quoted(std::basic_string_view) is missing

2018-06-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86008 --- Comment #5 from Jonathan Wakely --- Author: redi Date: Wed Jun 6 11:41:57 2018 New Revision: 261228 URL: https://gcc.gnu.org/viewcvs?rev=261228=gcc=rev Log: PR libstdc++/86008 add std::quoted support for string_view PR

[Bug libstdc++/86008] std::quoted(std::basic_string_view) is missing

2018-06-06 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86008 --- Comment #4 from Jonathan Wakely --- Author: redi Date: Wed Jun 6 06:05:07 2018 New Revision: 261227 URL: https://gcc.gnu.org/viewcvs?rev=261227=gcc=rev Log: PR libstdc++/86008 add std::quoted support for string_view PR

[Bug libstdc++/86008] std::quoted(std::basic_string_view) is missing

2018-06-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86008 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug libstdc++/86008] std::quoted(std::basic_string_view) is missing

2018-06-05 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86008 --- Comment #3 from Jonathan Wakely --- Thanks for checking! For now I'll just keep the same _Quoted_string definition so it stores a reference to a basic_string_view. We can reconsider before the GCC 9 release if needed.

[Bug libstdc++/86008] std::quoted(std::basic_string_view) is missing

2018-06-04 Thread gcc at mattwhitlock dot name
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86008 --- Comment #2 from Matt Whitlock --- (In reply to Jonathan Wakely from comment #1) > (In reply to Matt Whitlock from comment #0) > > The following shim allows the code above to compile, although it is > > sub-optimal because it captures a

[Bug libstdc++/86008] std::quoted(std::basic_string_view) is missing

2018-06-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86008 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|