mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 02:53:07 +08:00
Merge pull request #17023 from poelmanc:patch-1
This commit is contained in:
commit
69ac19d82d
2
3rdparty/openexr/IlmImf/ImfAttribute.cpp
vendored
2
3rdparty/openexr/IlmImf/ImfAttribute.cpp
vendored
@ -63,7 +63,7 @@ Attribute::~Attribute () {}
|
|||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
struct NameCompare: std::binary_function <const char *, const char *, bool>
|
struct NameCompare
|
||||||
{
|
{
|
||||||
bool
|
bool
|
||||||
operator () (const char *x, const char *y) const
|
operator () (const char *x, const char *y) const
|
||||||
|
Loading…
Reference in New Issue
Block a user