[libcxx-commits] [libcxx] [libc++] Deprecates std::errc constants. (PR #80542)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Feb 27 10:06:21 PST 2024


================
@@ -58,18 +58,18 @@ enum class errc
     no_child_process,                   // ECHILD
     no_link,                            // ENOLINK
     no_lock_available,                  // ENOLCK
-    no_message_available,               // ENODATA
+    no_message_available,               // ENODATA         // deprecated
----------------
ldionne wrote:

I think you're missing an update to the LWG issue status.

https://github.com/llvm/llvm-project/pull/80542


More information about the libcxx-commits mailing list