[libcxx-commits] [libcxx] [llvm] [libc++] Implement P1885R12: `<text_encoding>` (PR #141312)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Apr 8 14:04:33 PDT 2026
================
@@ -2652,4 +2653,4 @@
{'is_defined': True, 'name': '___cxa_vec_new2', 'type': 'I'}
{'is_defined': True, 'name': '___cxa_vec_new3', 'type': 'I'}
{'is_defined': True, 'name': '___dynamic_cast', 'type': 'I'}
-{'is_defined': True, 'name': '___gxx_personality_v0', 'type': 'I'}
+{'is_defined': True, 'name': '___gxx_personality_v0', 'type': 'I'}
----------------
ldionne wrote:
Newline change seems unintended.
https://github.com/llvm/llvm-project/pull/141312
More information about the libcxx-commits
mailing list