Skip to content

Trouble with swappability of non-swappable and/or non-movable types, in C++17 #87

@eyalroz

Description

@eyalroz

When compiling with C++17, static assertions regarding swappability with non-swappable and with non-immutable types are applied; and they fail, or rather - one fails and the other doesn't, and it depends on how exactly I tweak the swap-related code in array.hpp and elsewhere.

I haven't figured out exactly what I'm supposed to do with this.... :-(

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions