[libcxx-commits] [PATCH] D96200: [libc++] Remove C++11 work-arounds in src.

Marek Kurdej via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 6 10:06:33 PST 2021


curdeius added a comment.

Isn't it strange that a filesystem test builds the sources with `-std=c++11`? By source here I mean something under `src/`, precisely `libcxx/src/filesystem/filesystem_common.h`.
It seems like a bad separation between the code and the tests.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96200



More information about the libcxx-commits mailing list