Merge pull request #17023 from poelmanc:patch-1

This commit is contained in:
Alexander Alekhin 2020-04-10 16:32:15 +00:00
commit 69ac19d82d

View File

@ -63,7 +63,7 @@ Attribute::~Attribute () {}
namespace {
struct NameCompare: std::binary_function <const char *, const char *, bool>
struct NameCompare
{
bool
operator () (const char *x, const char *y) const