[libcxx-commits] [libcxx] [libc++] Define an internal API for std::invoke and friends (PR #116637)
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 22 00:53:46 PST 2024
================
@@ -29,6 +29,37 @@
# pragma GCC system_header
#endif
+// This file defines the following libc++-internal API (back-ported to C++03):
+// Any classes may also be aliases to other classes.
----------------
ldionne wrote:
I don't understand this sentence.
https://github.com/llvm/llvm-project/pull/116637
More information about the libcxx-commits
mailing list