Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add extern "C++" as a temporary workaround for #include/import coexistence #4154

Merged
merged 4 commits into from
Nov 10, 2023

Commits on Nov 8, 2023

  1. _EXTERN_CXX_WORKAROUND

    * Didn't bother with these deprecation/removal typedefs, as they aren't dragged in by the named module:
      + `<ccomplex>`
      + `<ciso646>`
      + `<cstdalign>`
      + `<cstdbool>`
      + `<ctgmath>`
    * Didn't bother with this special header, as it isn't dragged in by the named module:
      + `<__msvc_cxx_stdatomic.hpp>`
    StephanTLavavej committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    5f572a4 View commit details
    Browse the repository at this point in the history
  2. <ctime>: Use template <int = 0> to avoid ambiguity

    Thanks to philnik777 for the suggestion.
    StephanTLavavej committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    af67d39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f99a66 View commit details
    Browse the repository at this point in the history
  4. Add test coverage.

    StephanTLavavej committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    13de3c3 View commit details
    Browse the repository at this point in the history