[Bug c++/91044] /home/hugo/Code_Block/C++_Tutorial/cadenas_tipo_c.cpp|12|error: no matching function for call to ‘getline(std::string [50], int, char)’|

2019-07-01 Thread baronahugo31 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91044 --- Comment #2 from hugo --- Please see the following page that defines a getline: https://en.cppreference.com/w/cpp/string/basic_string/getline This other page defines another type of getline: https://en.cppreference.com/w/cpp/string/basic_stri

[Bug c++/91044] New: /home/hugo/Code_Block/C++_Tutorial/cadenas_tipo_c.cpp|12|error: no matching function for call to ‘getline(std::string [50], int, char)’|

2019-07-01 Thread baronahugo31 at gmail dot com
: gcc Version: 9.1.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: baronahugo31 at gmail dot com Target Milestone: --- The following program provides an error