Skip to content

Fix get_renf deprecation warnings #16

@fingolfin

Description

@fingolfin
deps/src/normaliz.cpp:62:37: warning: ‘renf* eantic::renf_class::get_renf() const’ is deprecated: Use renf_t() instead. [-Wdeprecated-declarations]

Unfortunately the recommendation given there (replacing x.get_renf() by renf_t(x)) does not work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions