[libcxx-commits] [PATCH] D154252: correct misspelled _LIBCPP___TYPE_TRAITS_IS_EQUAILITY_COMPARABLE_H to _LIBCPP___TYPE_TRAITS_IS_EQUALITY_COMPARABLE_H
Amirreza Ashouri via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Jun 30 12:49:16 PDT 2023
AMP999 created this revision.
AMP999 added a reviewer: philnik.
AMP999 added a project: LLVM.
Herald added a project: All.
AMP999 requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
I just corrected a mistakenly misspelled macro
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154252
Files:
libcxx/include/__type_traits/is_equality_comparable.h
Index: libcxx/include/__type_traits/is_equality_comparable.h
===================================================================
--- libcxx/include/__type_traits/is_equality_comparable.h
+++ libcxx/include/__type_traits/is_equality_comparable.h
@@ -6,8 +6,8 @@
//
//===----------------------------------------------------------------------===//
-#ifndef _LIBCPP___TYPE_TRAITS_IS_EQUAILITY_COMPARABLE_H
-#define _LIBCPP___TYPE_TRAITS_IS_EQUAILITY_COMPARABLE_H
+#ifndef _LIBCPP___TYPE_TRAITS_IS_EQUALITY_COMPARABLE_H
+#define _LIBCPP___TYPE_TRAITS_IS_EQUALITY_COMPARABLE_H
#include <__config>
#include <__type_traits/integral_constant.h>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154252.536374.patch
Type: text/x-patch
Size: 644 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230630/f974fc91/attachment.bin>
More information about the libcxx-commits
mailing list