mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2026-01-05 01:51:10 +07:00
remove interface warning tuning
This commit is contained in:
@@ -12,8 +12,8 @@ namespace
|
||||
struct clazz {
|
||||
int i{};
|
||||
|
||||
clazz(int i)
|
||||
: i{i} {
|
||||
clazz(int ni)
|
||||
: i{ni} {
|
||||
++constructor_counter;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user