[libcxx-commits] [PATCH] D61014: Implement std::midpoint for floating point types
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Apr 23 11:07:35 PDT 2019
EricWF added a comment.
Can you update `utils/generate_feature_test_macro_components.py` and re-running it?
================
Comment at: libcxx/include/numeric:573
+}
#endif
----------------
Can you update the `#endif` to comment what it's closing?
================
Comment at: libcxx/include/version:58
__cpp_lib_incomplete_container_elements 201505L <forward_list> <list> <vector>
__cpp_lib_integer_sequence 201304L <utility>
----------------
These changes should be made by updating `utils/generate_feature_test_macro_components.py` and re-running it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61014/new/
https://reviews.llvm.org/D61014
More information about the libcxx-commits
mailing list