Skip to content

Change dataLoad/dataSave context from void * to std::any #32302

@dschwen

Description

@dschwen

Motivation

Casting void pointers is not safe/checkable at runtime. std::any adds minimal overhead and allows us to safely cast context.

Design

Start building a parallel API where required, progressively migrate.

Impact

Runtime safety.

Metadata

Metadata

Assignees

No one assigned

    Labels

    T: taskAn enhancement to the software.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions