Skip to content

Commit 0a4c4fc

Browse files
Update sycl/source/detail/device_filter.cpp
Co-authored-by: Romanov Vlad <[email protected]>
1 parent cc428ff commit 0a4c4fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/device_filter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ std::vector<std::string> tokenize(const std::string &Filter,
4343
device_filter::device_filter(const std::string &FilterString) {
4444
std::string SubString;
4545

46-
auto findElement = [&](auto Element) {
46+
auto FindElement = [&](auto Element) {
4747
size_t Found = SubString.find(Element.first);
4848
if (Found == std::string::npos)
4949
return false;

0 commit comments

Comments
 (0)