3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-08-04 10:20:24 +00:00

made ObjectIterator extend std::iterator

this makes it possible to use std algorithms on them
This commit is contained in:
Jakob Wenzel 2019-07-24 13:33:07 +02:00
parent a66f17b6a7
commit 25685a9a5b
2 changed files with 19 additions and 2 deletions

View file

@ -52,6 +52,7 @@
#include <stdexcept>
#include <memory>
#include <cmath>
#include <cstddef>
#include <sstream>
#include <fstream>