X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fboost%2Flibs%2Falgorithm%2Ftest%2Fall_of_test.cpp;h=b90eb273f97dc5e1793632802b91c7e7b65bffac;hb=b32b81446b3b05102be0267e79203f59329c1d97;hp=36918d5e808861803e58e96578301bc4e4e720bd;hpb=215dd7151453fae88e6f968c975b6ce309d42dcf;p=ceph.git diff --git a/ceph/src/boost/libs/algorithm/test/all_of_test.cpp b/ceph/src/boost/libs/algorithm/test/all_of_test.cpp index 36918d5e8..b90eb273f 100644 --- a/ceph/src/boost/libs/algorithm/test/all_of_test.cpp +++ b/ceph/src/boost/libs/algorithm/test/all_of_test.cpp @@ -18,7 +18,7 @@ #include template -struct is_ : public std::unary_function { +struct is_ { is_ ( T v ) : val_ ( v ) {} ~is_ () {} bool operator () ( T comp ) const { return val_ == comp; }