kopia lustrzana https://gitlab.com/sane-project/backends
genesys: Remove accidental uses of C++14 APIs
rodzic
dc52dc84f0
commit
e89c6a0aab
|
@ -78,7 +78,7 @@ struct RawPixel
|
|||
bool operator==(const RawPixel& other) const
|
||||
{
|
||||
return std::equal(std::begin(data), std::end(data),
|
||||
std::begin(other.data), std::end(other.data));
|
||||
std::begin(other.data));
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue