[libcxx-commits] [PATCH] D151240: [libc++][PSTL] Make sure that -fexperimental-library enables the PSTL

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed May 24 08:10:35 PDT 2023


ldionne added inline comments.


================
Comment at: libcxx/test/libcxx/experimental/fexperimental-library.compile.pass.cpp:30
+
+#ifndef _LIBCPP_HAS_NO_INCOMPLETE_PSTL
+#  error "-fexperimental-library should enable the PSTL"
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151240



More information about the libcxx-commits mailing list