Commit 7abe5160 authored by zhanghj2's avatar zhanghj2
Browse files

open check_if_all_features_are_supported_and_abort

parent 755d8be7
......@@ -245,7 +245,7 @@ public:
}
inline void run(const RunArgT &params, const std::vector<FeatureT> &required_features) {
// check_if_all_features_are_supported_and_abort(required_features);
check_if_all_features_are_supported_and_abort(required_features);
run_(params, required_features);
}
};
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment