[libcxx-commits] [PATCH] D126621: [libc++] Fix typo in comment at __optional_storage_base

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun May 29 17:21:59 PDT 2022


philnik added inline comments.


================
Comment at: libcxx/include/optional:396
 
-// optional<T&> is currently required ill-formed, however it may to be in the
+// optional<T&> is currently required to be ill-formed, however it may be in the
 // future. For this reason it has already been implemented to ensure we can
----------------
This sentence still doesn't make any sense. I think there is a "not" missing somewhere.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126621/new/

https://reviews.llvm.org/D126621



More information about the libcxx-commits mailing list