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

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Dec 10 06:41:32 PST 2020


mclow.lists added a comment.

if you need to remove something for C++03, then the test would be:
`#ifndef _LIBCPP_CXX03_LANG`


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