Commit a767e9e
[libc++][ASan] Fix std::basic_string trait type (#91590)
Addresses the comment:
llvm/llvm-project#79536 (comment)
Changes the type to `void` instead of `false_type`.
The value is used here:
https://github.com/llvm/llvm-project/blob/6f1013a5b3f92d3ae6e378d6706584a2a44e6964/libcxx/include/__type_traits/is_trivially_relocatable.h#L35-L38
NOKEYCHECK=True
GitOrigin-RevId: 6c8356579b20a6522d39649bcaaaf77e8e324daf1 parent a8472c0 commit a767e9e
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
741 | 741 | | |
742 | 742 | | |
743 | 743 | | |
744 | | - | |
745 | | - | |
| 744 | + | |
| 745 | + | |
746 | 746 | | |
747 | 747 | | |
748 | 748 | | |
| |||
0 commit comments