mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-13 11:17:06 +07:00
fix clang warnings
This commit is contained in:
@@ -14,6 +14,10 @@ namespace
|
||||
class shape {
|
||||
META_HPP_ENABLE_POLY_INFO()
|
||||
public:
|
||||
shape() = default;
|
||||
shape(const shape&) = default;
|
||||
virtual ~shape() = default;
|
||||
|
||||
virtual int get_area() const = 0;
|
||||
};
|
||||
|
||||
|
||||
@@ -14,6 +14,10 @@ namespace
|
||||
class shape {
|
||||
META_HPP_ENABLE_POLY_INFO()
|
||||
public:
|
||||
shape() = default;
|
||||
shape(const shape&) = default;
|
||||
virtual ~shape() = default;
|
||||
|
||||
virtual int get_area() const = 0;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user