3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-25 18:15:34 +00:00

timeest: gcc refuses to parse "struct ::Yosys:..."

This commit is contained in:
Emily Schmidt 2025-04-22 13:19:28 +01:00 committed by Emily (aiju)
parent 9c9a0e3e45
commit 4b4cdf75b8

View file

@ -28,7 +28,7 @@
#include <limits>
USING_YOSYS_NAMESPACE
template<> struct ::Yosys::hashlib::hash_ops<AigNode *> : Yosys::hashlib::hash_ptr_ops {};
template<> struct Yosys::hashlib::hash_ops<AigNode *> : Yosys::hashlib::hash_ptr_ops {};
PRIVATE_NAMESPACE_BEGIN