Skip to content

http_request and http_response doesn't satisfy the rule of five #1667

@evilenzo

Description

@evilenzo

As you can see in https://github.com/microsoft/cpprestsdk/blob/master/Release/include/cpprest/http_msg.h http_request and http_response don't satisfy the rule of five and also have a non-trivial destructor. So no move will work on this types what is actually sad

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @evilenzo

        Issue actions

          http_request and http_response doesn't satisfy the rule of five · Issue #1667 · microsoft/cpprestsdk