mirror of
https://github.com/YosysHQ/nextpnr.git
synced 2026-04-10 14:58:50 +00:00
Fix "implicit copy constructor for 'Property' is deprecated"
Signed-off-by: gatecat <gatecat@ds0.me>
This commit is contained in:
@@ -46,6 +46,7 @@ struct Property
|
||||
Property(const std::string &strval);
|
||||
Property(State bit);
|
||||
Property &operator=(const Property &other) = default;
|
||||
Property(const Property &other) = default;
|
||||
|
||||
bool is_string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user