Skip to content

reorganized libcxx headers#773

Merged
ZERICO2005 merged 3 commits intomasterfrom
update_libcxx_header
Apr 6, 2026
Merged

reorganized libcxx headers#773
ZERICO2005 merged 3 commits intomasterfrom
update_libcxx_header

Conversation

@ZERICO2005
Copy link
Copy Markdown
Contributor

  • Replaced <__abs_overloads> with a better solution to address https://cplusplus.github.io/LWG/issue2192
  • Replaced <__cmath_type_traits> with <type_traits> so we do not have to maintain two versions of the exact same code.
  • Created <math.h>, <stdlib.h>, and <stdio.h>, in src/libcxx/include. They are included before the equivalent headers in src/libc/include

@ZERICO2005 ZERICO2005 marked this pull request as ready for review April 5, 2026 02:56
@ZERICO2005 ZERICO2005 force-pushed the update_libcxx_header branch from 491d2f1 to da57f81 Compare April 5, 2026 03:13
@ZERICO2005 ZERICO2005 merged commit 9311008 into master Apr 6, 2026
9 checks passed
@ZERICO2005 ZERICO2005 deleted the update_libcxx_header branch April 6, 2026 18:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

1 participant