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++

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions