[libcxx-commits] [libcxx] 0b609ef - [libc++] Fix an include-guard comment. NFC.

Arthur O'Dwyer via libcxx-commits libcxx-commits at lists.llvm.org
Sun Dec 5 10:22:32 PST 2021


Author: Arthur O'Dwyer
Date: 2021-12-05T13:22:19-05:00
New Revision: 0b609efd4f91f85239ef6ac96291eebebfee1ef7

URL: https://github.com/llvm/llvm-project/commit/0b609efd4f91f85239ef6ac96291eebebfee1ef7
DIFF: https://github.com/llvm/llvm-project/commit/0b609efd4f91f85239ef6ac96291eebebfee1ef7.diff

LOG: [libc++] Fix an include-guard comment. NFC.

Added: 
    

Modified: 
    libcxx/include/__iterator/next.h

Removed: 
    


################################################################################
diff  --git a/libcxx/include/__iterator/next.h b/libcxx/include/__iterator/next.h
index 0464708607d41..0d4633fccaea8 100644
--- a/libcxx/include/__iterator/next.h
+++ b/libcxx/include/__iterator/next.h
@@ -79,4 +79,4 @@ inline constexpr auto next = __next_fn(__function_like::__tag());
 
 _LIBCPP_END_NAMESPACE_STD
 
-#endif // _LIBCPP___ITERATOR_PRIMITIVES_H
+#endif // _LIBCPP___ITERATOR_NEXT_H


        


More information about the libcxx-commits mailing list