[libcxx-commits] [libcxx] 7e9cf20 - [libc++] s/begin.h/access.h/ in comments. NFCI.

Arthur O'Dwyer via libcxx-commits libcxx-commits at lists.llvm.org
Fri Apr 30 17:07:38 PDT 2021


Author: Arthur O'Dwyer
Date: 2021-04-30T20:07:00-04:00
New Revision: 7e9cf2075ab595b3f501829c0a5512c4f3c5f9c7

URL: https://github.com/llvm/llvm-project/commit/7e9cf2075ab595b3f501829c0a5512c4f3c5f9c7
DIFF: https://github.com/llvm/llvm-project/commit/7e9cf2075ab595b3f501829c0a5512c4f3c5f9c7.diff

LOG: [libc++] s/begin.h/access.h/ in comments. NFCI.

Added: 
    

Modified: 
    libcxx/include/__ranges/access.h
    libcxx/include/__ranges/concepts.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__ranges/access.h b/libcxx/include/__ranges/access.h
index e2c201b2a81f..a7c352f0273f 100644
--- a/libcxx/include/__ranges/access.h
+++ b/libcxx/include/__ranges/access.h
@@ -1,5 +1,5 @@
 // -*- C++ -*-
-//===------------------------ __ranges/begin.h ----------------------------===//
+//===------------------------ __ranges/access.h ---------------------------===//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.

diff  --git a/libcxx/include/__ranges/concepts.h b/libcxx/include/__ranges/concepts.h
index bccb8f64a2a1..8f2f467e9878 100644
--- a/libcxx/include/__ranges/concepts.h
+++ b/libcxx/include/__ranges/concepts.h
@@ -33,7 +33,7 @@ namespace ranges {
     ranges::end(__t);
   };
 
-  // `iterator_t` defined in <__ranges/begin.h>
+  // `iterator_t` defined in <__ranges/access.h>
 
   template <range _Rp>
   using sentinel_t = decltype(ranges::end(declval<_Rp&>()));


        


More information about the libcxx-commits mailing list