1
0
mirror of synced 2026-02-26 08:54:54 +00:00
Files
YosysHQ.yosys/kernel/hashlib.h
Martin Povišer 189064b8da rtlil, hashlib: Remove deprecated std::iterator usage
`std::iterator` has been deprecated in C++17. Yosys is being compiled
against the C++11 standard but plugins can opt to compile against a
newer one. To silence some deprecation warnings when those plugins are
being compiled, replace the `std::iterator` inheritance with the
equivalent type declarations.
2023-12-09 19:01:39 +01:00

29 KiB