提交 43f7081d 编写于 作者: O Olivier Commowick 提交者: Julien Schueller

Correct compilation error with C++17 (unary functions removed)

上级 f6b3fe53
......@@ -36,7 +36,11 @@ public:
friend ostream & operator << (ostream &, RCTrial) ;
};
#if __cplusplus < 201103L
class TrialGT : public unary_function<Trial, bool>
#else
class TrialGT
#endif
// Predicate for Trial (needed for remove_if)
{
public:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册