[libcxx-commits] [PATCH] D112366: [libc++] Adds (to|from)_chars_result operator==.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Oct 23 09:32:22 PDT 2021


Mordante created this revision.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Implements part of P1614 <https://reviews.llvm.org/P1614> The Mothership has Landed.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D112366

Files:
  libcxx/docs/Status/SpaceshipProjects.csv
  libcxx/include/__charconv/from_chars_result.h
  libcxx/include/__charconv/to_chars_result.h
  libcxx/include/charconv
  libcxx/test/std/utilities/charconv/charconv.syn/from_chars_result.pass.cpp
  libcxx/test/std/utilities/charconv/charconv.syn/to_chars_result.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112366.381748.patch
Type: text/x-patch
Size: 5704 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20211023/8687a34c/attachment.bin>


More information about the libcxx-commits mailing list