Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid finding out std::basic_string_view (pytorch#1528)
As pytorch moving to C++17, the binary can contain both "std::basic_string_view" and "std::__cxx11::basic_string<", change the pattern to avoid finding out std::basic_string_view, causing false positives.
- Loading branch information