mirror of
https://github.com/openXC7/prjxray.git
synced 2026-08-22 14:06:54 +02:00
Fixes to enable compilation under clang-7.
Signed-off-by: Keith Rothman <[email protected]>
This commit is contained in:
@@ -19,6 +19,7 @@ class Architecture {
|
||||
public:
|
||||
using Container = absl::variant<Series7>;
|
||||
virtual const std::string& name() const = 0;
|
||||
virtual ~Architecture() {}
|
||||
};
|
||||
|
||||
class Series7 : public Architecture {
|
||||
|
||||
Reference in New Issue
Block a user