Skip to content

[FEA]: Remove unsupported configurations from libcu++ #127

Description

@miscco

Is this a duplicate?

Component

libcu++

Is your feature request related to a problem? Please describe.

Due to historical reasons, we have a ton of cruft in the code base. This comes from libc++ supporting compilation modes / platform that we do not support. This includes (not exhausting):

  • Conditional noexcept support.
    • We do not support any standard prior to C++11 so noexcept is supported by all compilers we target
  • C++03 support
    • There is a significant amount of churn around this, as it prevents usage of usingdeclarations and variadics
  • Unsupported platforms such as SUN / IBM

Describe the solution you'd like

We should identify unneeded configurations and remove them to reduce code complexity

Describe alternatives you've considered

We can leave everything as is, as long as we remember why we are doing it.

Additional context

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomers.libcu++For all items related to libcu++

    Projects

    • Status
      Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions