code:исправление ошибки
Этот коммит содержится в:
3
text.h
3
text.h
@@ -3,7 +3,6 @@
|
||||
|
||||
#include <vector>
|
||||
|
||||
std::vector<size_t>
|
||||
show_histogram_text(const std::vector<double>& bins);
|
||||
void show_histogram_text(const std::vector <std::size_t> &bins);
|
||||
|
||||
#endif // TEXT_H_INCLUDED
|
||||
|
||||
Ссылка в новой задаче
Block a user