[libcxx-commits] [PATCH] D77505: [libc++] Implement <numbers>
Raul Tambre via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Apr 6 04:50:09 PDT 2020
tambre marked an inline comment as done.
tambre added inline comments.
================
Comment at: libcxx/utils/generate_feature_test_macro_components.py:590
"values": {
- "c++2a": 201907L,
+ "c++2a": int(201907),
},
----------------
Minor fix for Python 3.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77505/new/
https://reviews.llvm.org/D77505
More information about the libcxx-commits
mailing list