-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
C++20: use view() instead of str() to avoid a copy, use starts_with (#…
…13218) * Change files * C++20: use view() instead of str() to avoid a copy, use starts_with Signed-off-by: Nathanael Bracy <nate@bracy.dev> * fix * Apply changefile modifications from code review Co-authored-by: Jon Thysell <thysell@gmail.com> * Revert package.json Signed-off-by: Nathanael Bracy <nate@bracy.dev> --------- Signed-off-by: Nathanael Bracy <nate@bracy.dev> Co-authored-by: Andrew Coates <30809111+acoates-ms@users.noreply.github.com> Co-authored-by: Jon Thysell <thysell@gmail.com>
- Loading branch information
1 parent
00ad953
commit ca565cd
Showing
4 changed files
with
11 additions
and
7 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
change/react-native-windows-f53a2b65-d364-49a5-978c-5d64e08c22ea.json
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "prerelease", | ||
"comment": "Use view() instead of str(), starts_with() instead of _Starts_with()", | ||
"packageName": "react-native-windows", | ||
"email": "nate@bracy.dev", | ||
"dependentChangeType": "patch" | ||
} |
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
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