Eliminate _LIBCPP_EQUAL_DELETE in favor of `=delete`.
authorArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Fri, 17 Sep 2021 02:47:36 +0000 (22:47 -0400)
committerArthur O'Dwyer <arthur.j.odwyer@gmail.com>
Mon, 20 Sep 2021 17:26:59 +0000 (13:26 -0400)
commitd7d7060127b7db8c4cb05edab2d5c0f18ec0d66b
tree3a1824d89da18026e3eb04fe7b95bf11e876fb4b
parent04ab6c85ef74072c077717ca4b4eaede8db24823
Eliminate _LIBCPP_EQUAL_DELETE in favor of `=delete`.

All supported compilers have supported `=delete` as an extension
in C++03 mode for many years at this point.

Differential Revision: https://reviews.llvm.org/D109942
libcxx/include/__config
libcxx/include/__mutex_base
libcxx/include/__tree
libcxx/include/map