[libcxx-commits] [PATCH] D92214: [libc++] Implement format_error.

Nico Weber via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jan 28 10:20:23 PST 2021


thakis added a comment.

Hello, this again breaks building with -std=c++17: the cpp file has the definition but not the declaration in that case. Should libc++ sources be built with -std=c++20? Or should the cpp file also check `_LIBCPP_STD_VER`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92214



More information about the libcxx-commits mailing list