Skip to content

Commit

Permalink
Update common.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed May 26, 2024
1 parent 92c25c7 commit 04de090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/oneapi/dal/algo/finiteness_checker/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ template <typename Task>
descriptor_base<Task>::descriptor_base() : impl_(new descriptor_impl<Task>{}) {}

template <typename Task>
double descriptor_base<Task>::get_allow_NaN() const {
bool descriptor_base<Task>::get_allow_NaN() const {
return impl_->allowNaN;
}

Expand Down

0 comments on commit 04de090

Please sign in to comment.