Post by this author


How to clone a Windows Runtime map in the face of possible concurrent modification, part 1

How to clone a Windows Runtime vector in the face of possible concurrent modification, part 4

Cloning a Windows Runtime vector in the face of possible concurrent modification, denial of service?

How to clone a Windows Runtime vector in the face of possible concurrent modification, part 3
std::vector<bool>
.

How to clone a Windows Runtime vector in the face of possible concurrent modification, part 2

How to clone a Windows Runtime vector in the face of possible concurrent modification, part 1

Why does the compiler complain about a missing constructor when I’m just resizing my std::vector
to a smaller size?

How to wait for multiple C++ coroutines to complete before propagating failure, concluding remarks
