[Bug c++/90521] error: names the constructor, not the type

2019-05-17 Thread colton.wernet at linquest dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90521 --- Comment #4 from colton.wernet at linquest dot com --- (In reply to Jonathan Wakely from comment #3) > The code is just wrong and should be fixed by removing "::basic_string". > > I don't see that wrong code in the u

[Bug c++/90521] error: names the constructor, not the type

2019-05-17 Thread colton.wernet at linquest dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90521 --- Comment #2 from colton.wernet at linquest dot com --- (In reply to Marc Glisse from comment #1) > And what do you expect std::string::basic_string means? I agree it is redundant because it just means std::string::string. I am not cert

[Bug c++/90521] New: error: names the constructor, not the type

2019-05-17 Thread colton.wernet at linquest dot com
++ Assignee: unassigned at gcc dot gnu.org Reporter: colton.wernet at linquest dot com Target Milestone: --- Created attachment 46373 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=46373&action=edit Here is a snapshot of the terminal after calling make Error buildi