You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seeing this issue/comment #8522 inspired me to check for other places where we were forgetting to delete some constructor/assignment. And it turned out I found a few places with problems that would lead to invalid logic.
paulocsanz
changed the title
BearSSL::WiFiClientSecureCtx actually is copy constructible
Some classes delete the copy constructor, as it's unsound, but allow operator=(Self&)
Apr 9, 2022
Uh oh!
There was an error while loading. Please reload this page.
Basic Infos
Platform
Problem Description
Seeing this issue/comment #8522 inspired me to check for other places where we were forgetting to delete some constructor/assignment. And it turned out I found a few places with problems that would lead to invalid logic.
MCVE Sketch
This should compile, but it doesn't
The text was updated successfully, but these errors were encountered: