[all-commits] [llvm/llvm-project] 3624c4: [libc++] Adds (to|from)_chars_result operator==.
mordante via All-commits
all-commits at lists.llvm.org
Fri Nov 19 07:29:46 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3624c4d84500e52ec1fa5ac72502693129bae715
https://github.com/llvm/llvm-project/commit/3624c4d84500e52ec1fa5ac72502693129bae715
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2021-11-19 (Fri, 19 Nov 2021)
Changed paths:
M libcxx/docs/Status/SpaceshipProjects.csv
M libcxx/include/__charconv/from_chars_result.h
M libcxx/include/__charconv/to_chars_result.h
M libcxx/include/charconv
A libcxx/test/std/utilities/charconv/charconv.syn/from_chars_result.pass.cpp
A libcxx/test/std/utilities/charconv/charconv.syn/to_chars_result.pass.cpp
Log Message:
-----------
[libc++] Adds (to|from)_chars_result operator==.
Implements part of P1614 The Mothership has Landed.
Reviewed By: #libc, Quuxplusone, Mordante
Differential Revision: https://reviews.llvm.org/D112366
More information about the All-commits
mailing list