‘std::string findBook(std::vector<Book>&, std::string)’:
func.cpp:39:17: error: declaration of ‘std::string findByTitle’ shadows a parameter
39 | std::string findByTitle;
|
в этом файле https://github.com/testuser-0/university/blob/6569fcfb33202192b155fbede5c4079c7553b781/2/KP/6_IPW_1/func.cpp#L37 ?
параметр функции называется так же как и локальная переменная
Обсуждают сегодня