Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Use rvalue or delete copy/move/assign on some classes. #20

Description

@lmroz

I've been writing in c++ (very) long time ago, but for me it looks like you can make copy of Config or just keep reference to it (and possibly other object) for later use and I expect after request handling is finished their content is no longer valid (like bare reference to rpc::ConfigMap). Accessing this might cause access violation exception.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    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