Skip to content

Commit

Permalink
change to std ::__unary_function
Browse files Browse the repository at this point in the history
  • Loading branch information
cebarboza committed Oct 18, 2024
1 parent 5d7d383 commit 5de38a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/C++/Explore/set.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ string SET::PrintPerformance() {
return Result.str();
}

struct AndJibu : public std ::unary_function<int, void>
{
struct AndJibu : public std ::__unary_function<int, void>
{
const boost::dynamic_bitset<> Source;
boost::dynamic_bitset<> Dest;
AndJibu(const boost::dynamic_bitset<> Source,boost::dynamic_bitset<> Dest) :
Expand Down

0 comments on commit 5de38a8

Please sign in to comment.