Skip to content

Replace any.hpp with std::any #17

@Tarnasa

Description

@Tarnasa

joueur/src/any.hpp made sense in 2016 when c++17 wasn't really a thing, but now that it is, we should replace it with std::any.

I expect this to bring a small performance improvement, since std::any implementations probably have many optimizations, and Any is used basically everywhere in this project.

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