[libcxx-commits] [PATCH] D93025: [libc++] Remove invalid use of `#if _LIBCPP_STD_VER >= 11`, as `_LIBCPP_STD_VER` can never be less than 11.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 10 07:07:17 PST 2020


curdeius added a subscriber: __simt__.
curdeius added a comment.

This has been introduced in D68480 <https://reviews.llvm.org/D68480>. @__simt__, what was the idea behind this `#if _LIBCPP_STD_VER >= 11`?
There are other parts that use `__cxx_atomic_wait` but are not guarded on pre-C++11. Cf. lines 1668, 1670 and 2524, 2527.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93025/new/

https://reviews.llvm.org/D93025



More information about the libcxx-commits mailing list