libabigail/tools
Matthias Maennich 5d669e0126 Remove <unordered_set> usages from abg_compat
std::unordered_set is now provided through the language standard, hence
remove the compatibility code for <unordered_set> and adjust all users
accordingly.

	* include/abg-cxx-compat.h: Drop compatibility for <unordered_set>.
	* include/abg-comparison.h: migrate abg_compat use to std.
	* include/abg-interned-str.h: Likewise.
	* include/abg-suppression.h: Likewise.
	* src/abg-comparison-priv.h: Likewise.
	* src/abg-dwarf-reader.cc: Likewise.
	* tests/test-diff-suppr.cc: Likewise.
	* tools/abipkgdiff.cc: Likewise.

Signed-off-by: Matthias Maennich <maennich@google.com>
2020-12-15 09:21:38 +01:00
..
.gitignore Update .gitignore files to ignore typical dev side products 2019-04-16 16:32:52 +02:00
abiar.cc Re-license the project to Apache v2 With LLVM Exception 2020-12-02 11:49:13 +01:00
abicompat.cc Remove <memory> usages from abg_compat 2020-12-15 09:08:52 +01:00
abidiff.cc Remove <memory> usages from abg_compat 2020-12-15 09:08:52 +01:00
abidw.cc Remove <memory> usages from abg_compat 2020-12-15 09:08:52 +01:00
abilint.cc Remove <memory> usages from abg_compat 2020-12-15 09:08:52 +01:00
abipkgdiff.cc Remove <unordered_set> usages from abg_compat 2020-12-15 09:21:38 +01:00
abisym.cc Re-license the project to Apache v2 With LLVM Exception 2020-12-02 11:49:13 +01:00
binilint.cc Re-license the project to Apache v2 With LLVM Exception 2020-12-02 11:49:13 +01:00
fedabipkgdiff Re-license the project to Apache v2 With LLVM Exception 2020-12-02 11:49:13 +01:00
kmidiff.cc Re-license the project to Apache v2 With LLVM Exception 2020-12-02 11:49:13 +01:00
Makefile.am Re-license the project to Apache v2 With LLVM Exception 2020-12-02 11:49:13 +01:00