Project

General

Profile

Actions

Bug #9088

open

Http::Message copy assignment missing

Added by Emeric Poupon over 2 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
09/22/2021
Due date:
% Done:

0%

Estimated time:

Description

Hello,

Spotted when storing Wt::Http::Message in structs and copying these structs:

warning: implicitly-declared 'Wt::Http::Message& Wt::Http::Message::operator=(const Wt::Http::Message&)' is deprecated [-Wdeprecated-copy]
note: because 'Wt::Http::Message' has user-provided 'Wt::Http::Message::Message(const Wt::Http::Message&)'

We would need to define a copy assignment in Message to fix this (not sure of the side effect of this constructor anyway)

No data to display

Actions

Also available in: Atom PDF