Skip to content

[C++] Drop outdated workarounds for OpenSUSE 15.5. #50236

Description

@pitrou

Describe the enhancement requested

If you search for "opensuse" in the codebase, you can find lots of workarounds for C++ compiler limitations on OpenSUSE 15.5, such as:

// R build with openSUSE155 requires an explicit unique_ptr construction
return std::unique_ptr<KernelState>(std::move(impl));

However, we dropped our OpenSUSE build in #46990. So we should be able to remove those workarounds.

Component(s)

C++

Activity

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

Metadata

Metadata

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions