Issue 173219
Summary [libc++] Pre-standard enumerator `std::launch::any` is provided
Labels libc++
Assignees
Reporter frederick-vs-ja
    In an early paper containing `std::launch` ([N2996](https://wg21.link/n2996)), there was the `std::launch::any` enumerator. The enumerator was removed later by [N3188](https://wg21.link/n3188) which predated C++11.

However, libc++ still provides it.
https://github.com/llvm/llvm-project/blob/7c9c6bec15203f04f4fe06f0a1926117a7f5a789/libcxx/include/future#L437

I think we should deprecate and then remove it.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to