-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
{folly,fizz,mvfst,wangle,fbthrift,fb303,edencommon,watchman}: 2024.1…
…1.18.00 -> 2024.12.09.00 (#362234)
- Loading branch information
Showing
10 changed files
with
93 additions
and
64 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
diff --git a/folly/memory/test/UninitializedMemoryHacksTest.cpp b/folly/memory/test/UninitializedMemoryHacksTest.cpp | ||
index 38e27c3..17424af 100644 | ||
--- a/folly/memory/test/UninitializedMemoryHacksTest.cpp | ||
+++ b/folly/memory/test/UninitializedMemoryHacksTest.cpp | ||
@@ -283,7 +283,7 @@ TEST(UninitializedMemoryHacks, simpleStringWChar) { | ||
} | ||
|
||
TEST(UninitializedMemoryHacks, simpleStringSChar) { | ||
- testSimple<std::basic_string<signed char>>(); | ||
+ testSimple<std::basic_string<char>>(); | ||
} | ||
|
||
TEST(UninitializedMemoryHacks, simpleVectorChar) { | ||
@@ -307,7 +307,7 @@ TEST(UninitializedMemoryHacks, randomStringWChar) { | ||
} | ||
|
||
TEST(UninitializedMemoryHacks, randomStringSChar) { | ||
- testRandom<std::basic_string<signed char>>(); | ||
+ testRandom<std::basic_string<char>>(); | ||
} | ||
|
||
TEST(UninitializedMemoryHacks, randomVectorChar) { | ||
@@ -323,5 +323,5 @@ TEST(UninitializedMemoryHacks, randomVectorInt) { | ||
} | ||
|
||
// We are deliberately putting this at the bottom to make sure it can follow use | ||
-FOLLY_DECLARE_STRING_RESIZE_WITHOUT_INIT(signed char) | ||
+//FOLLY_DECLARE_STRING_RESIZE_WITHOUT_INIT(char) | ||
FOLLY_DECLARE_VECTOR_RESIZE_WITHOUT_INIT(int) |
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
Oops, something went wrong.