Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
FlashMLA
Commits
7abe5160
Commit
7abe5160
authored
Jan 25, 2026
by
zhanghj2
Browse files
open check_if_all_features_are_supported_and_abort
parent
755d8be7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
csrc/api/common.h
csrc/api/common.h
+1
-1
No files found.
csrc/api/common.h
View file @
7abe5160
...
@@ -245,7 +245,7 @@ public:
...
@@ -245,7 +245,7 @@ public:
}
}
inline
void
run
(
const
RunArgT
&
params
,
const
std
::
vector
<
FeatureT
>
&
required_features
)
{
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
);
run_
(
params
,
required_features
);
}
}
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment