[libcxx-commits] [PATCH] D98983: [libcxx] adds concepts `std::totally_ordered` and `std::totally_ordered_with`
Christopher Di Bella via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Mar 24 11:08:56 PDT 2021
cjdb marked 6 inline comments as done.
cjdb added inline comments.
================
Comment at: libcxx/test/std/concepts/comparison/types.h:9
#ifndef TEST_STD_CONCEPTS_COMPARISON_EQUALITYCOMPARABLE_H
#define TEST_STD_CONCEPTS_COMPARISON_EQUALITYCOMPARABLE_H
----------------
Mordante wrote:
> Why differs the include guard from the filename? Is this a copy-paste error?
I renamed the file and forgot to update the guard. Fixed!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98983/new/
https://reviews.llvm.org/D98983
More information about the libcxx-commits
mailing list