Сравнить коммиты
Ничего общего в коммитах. 'c958a5381e4d3ee0506ceb36878964fa32fccef7' и '3156754b21154f917ed6230d9f9f477b7827753b' имеют совершенно разные истории.
c958a5381e
...
3156754b21
@ -1,6 +1,6 @@
|
|||||||
#ifndef HISTOGRAM_INTERNAL_H_INCLUDED
|
#ifndef HISTOGRAM_INTERNAL_H_INCLUDED
|
||||||
#define HISTOGRAM_INTERNAL_H_INCLUDED
|
#define HISTOGRAM_INTERNAL_H_INCLUDED
|
||||||
#include <vector>
|
#include <vector>
|
||||||
bool find_minmax(const std::vector<double>& numbers, double& min, double& max);
|
void find_minmax(const std::vector<double>& numbers, double& min, double& max);
|
||||||
|
|
||||||
#endif // HISTOGRAM_INTERNAL_H_INCLUDED
|
#endif // HISTOGRAM_INTERNAL_H_INCLUDED
|
||||||
|
Загрузка…
Ссылка в новой задаче