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:
parent
a66f17b6a7
commit
25685a9a5b
2 changed files with 19 additions and 2 deletions
|
@ -52,6 +52,7 @@
|
|||
#include <stdexcept>
|
||||
#include <memory>
|
||||
#include <cmath>
|
||||
#include <cstddef>
|
||||
|
||||
#include <sstream>
|
||||
#include <fstream>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue