[libcxx-commits] [libcxx] 5c26f89 - [libc++] Fix documentation build failure

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 20 08:00:51 PDT 2021


Author: Louis Dionne
Date: 2021-05-20T11:01:10-04:00
New Revision: 5c26f895b66263803074870f82965e71cfc0444f

URL: https://github.com/llvm/llvm-project/commit/5c26f895b66263803074870f82965e71cfc0444f
DIFF: https://github.com/llvm/llvm-project/commit/5c26f895b66263803074870f82965e71cfc0444f.diff

LOG: [libc++] Fix documentation build failure

Added: 
    

Modified: 
    libcxx/docs/OneRangesProposalStatus.csv

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/OneRangesProposalStatus.csv b/libcxx/docs/OneRangesProposalStatus.csv
index 09af79ba98ee..6ca221b6fdb7 100644
--- a/libcxx/docs/OneRangesProposalStatus.csv
+++ b/libcxx/docs/OneRangesProposalStatus.csv
@@ -25,7 +25,7 @@ bidirectional_iterator: `D100278 <https://llvm.org/D100278>`_",
 [common.alg.req]: pt. 4,"Note: could be done with pt. 1.           …                              permutable, mergeable, and sortable",[iterator.concepts],,,
 [std.iterator.tags],,[iterator.traits],,,
 [range.iter.op.advance],ranges::advance,[iterator.concepts],Christopher Di Bella,"`D101922 <https://llvm.org/D101922>`_",
-[range.iter.op.distance],ranges::distance,"[iterator.concepts], [range.range], [range.sized]",Christopher Di Bella,"`D101922 <https://llvm.org/D102789>`_",
+[range.iter.op.distance],ranges::distance,"[iterator.concepts], [range.range], [range.sized]",Christopher Di Bella,"`D102789 <https://llvm.org/D102789>`_",
 [range.iter.op.next],ranges::next,[iterator.concepts],Christopher Di Bella,"`D102563 <https://llvm.org/D102563>`_",
 [range.iter.op.prev],ranges::prev,[iterator.concepts],Christopher Di Bella,"`D102564 <https://llvm.org/D102564>`_",
 [predef.iterators],Updates to predefined iterators.,"[iterator.concepts], [iterator.cust.swap], [iterator.cust.move]",,,


        


More information about the libcxx-commits mailing list