[libcxx-commits] [libcxx] [libc++] Remove locale::id::__next_id from the ABI (PR #210360)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 21 05:08:17 PDT 2026
================
@@ -1730,7 +1730,6 @@
{'is_defined': True, 'name': '__ZNSt3__16gslice6__initEm', 'type': 'FUNC'}
{'is_defined': True, 'name': '__ZNSt3__16locale14__install_ctorERKS0_PNS0_5facetEl', 'type': 'FUNC'}
{'is_defined': True, 'name': '__ZNSt3__16locale2id5__getEv', 'type': 'FUNC'}
-{'is_defined': True, 'name': '__ZNSt3__16locale2id9__next_idE', 'size': 0, 'type': 'OBJECT'}
----------------
ldionne wrote:
@philnik777 Please update the ABI changelog.
https://github.com/llvm/llvm-project/pull/210360
More information about the libcxx-commits
mailing list