[all-commits] [llvm/llvm-project] 7e521e: [ADT] Remove STLForwardCompat.h's C++17 equivalents
Joseph Loser via All-commits
all-commits at lists.llvm.org
Fri Aug 12 11:52:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7e521ed1aca33345ff3dbcee37f6176cdadd8caf
https://github.com/llvm/llvm-project/commit/7e521ed1aca33345ff3dbcee37f6176cdadd8caf
Author: Joe Loser <joeloser93 at gmail.com>
Date: 2022-08-12 (Fri, 12 Aug 2022)
Changed paths:
M llvm/include/llvm/ADT/STLForwardCompat.h
M llvm/unittests/ADT/STLForwardCompatTest.cpp
Log Message:
-----------
[ADT] Remove STLForwardCompat.h's C++17 equivalents
As a follow-up of e8578968f684997840f680ed62bff5cad0accc13 which replaced the
callers to use the C++17 equivalents, remove the equivalents from
`STLForwardCompat.h` entirely and their corresponding tests.
Differential Revision: https://reviews.llvm.org/D131769
More information about the All-commits
mailing list