[libcxx-commits] [PATCH] D91154: [libc++] Guard __cpp_lib_constexpr_dynamic_alloc with compiler support
Alexander Richardson via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jan 8 03:31:47 PST 2021
arichardson added inline comments.
================
Comment at: libcxx/utils/generate_feature_test_macro_components.py:1
-#!/usr/bin/env python
+#!/usr/bin/env python3
----------------
I made this change because running the script failed with python2.7
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91154/new/
https://reviews.llvm.org/D91154
More information about the libcxx-commits
mailing list