-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: PROBLEM `RowType::containsChild()` takes a `string_view` , but if we want to get the index, we need to have a `std::string` . There isn't any specific reason for mandating the `const std::string&` in the interface, especially when the `findChild` API also uses a StringPiece. SOLUTION Change to use `std::string_view` Differential Revision: D69075102
- Loading branch information
1 parent
a8ea2c9
commit 36684c6
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters