Commit a6349a9
authored
Replace u8string method to keep return value consistent (#2308)
Summary: Replace `u8string` method to keep return value consistent
In c++ 20, the `u8string` method uses a different return type. This PR
removes the use of this function to keep the code compatible with c++17
and c++20 in preparation for the clang 21 upgrade.
Relevant Issues: #2298
Type of change: /kind cleanup
Test Plan: Build should succeed
Signed-off-by: Dom Del Nano <[email protected]>1 parent a4cdf70 commit a6349a9
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments