[libc++][NFC] Mark LWG3884 as complete in C++26 issues status (#195819)
[LWG3884](https://wg21.link/LWG3884) requires allocator-extended
copy/move constructors on the flat container adaptors. All four
container adaptors (flat_map, flat_multimap, flat_set, flat_multiset)
landed with these constructors and their tests already in place:
- flat_map (#98643) -- LLVM 20
- flat_multimap (#113835) -- LLVM 20
- flat_set (#125241) -- LLVM 21
- flat_multiset (#128363) -- LLVM 21
This LWG issue was fully addressed once flat_set/flat_multiset landed in
LLVM 21, so the status is updated to `|Complete|` with first released
version 21.
Closes #105269
Co-authored-by: Hristo Hristov <zingam@outlook.com>