[libcxx-commits] [libcxx] [libc++] LWG4497: `std::nullopt_t` should be comparable (PR #195549)
A. Jiang via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 8 19:29:50 PDT 2026
================
@@ -21,23 +21,21 @@
#include "test_macros.h"
-using std::nullopt_t;
using std::nullopt;
+using std::nullopt_t;
----------------
frederick-vs-ja wrote:
Please revert pure formatting changes in this file.
https://github.com/llvm/llvm-project/pull/195549
More information about the libcxx-commits
mailing list