llvm-capstone/libcxx/lib
Louis Dionne 644134799e
[libc++] Simplify the implementation of locale::id (#65781)
Since we use C++20 to build the dylib, we can use a lambda to do the
first-time initialization instead of emulating std::bind. This should
not change the behavior of the code at all, it merely simplifies it.

This removes a symbol from the dylib, however that symbol was only ever
used inside the dylib so it shouldn't break the ABI for anyone. I
confirmed that by searching for that symbol on the ABI boundary of a
large number of programs and couldn't find any references to that
function.
2023-09-12 19:20:27 -04:00
..
abi [libc++] Simplify the implementation of locale::id (#65781) 2023-09-12 19:20:27 -04:00
libc++abi.exp [libc++] Remove the legacy LIBCXX_LIBCPPABI_VERSION option 2022-05-16 15:23:43 -04:00
libc++unexp.exp
notweak.exp
weak.exp