warning fixes

This commit is contained in:
BlackMATov
2022-02-05 08:09:47 +07:00
parent 4180e35df5
commit c2b4aff6a0
8 changed files with 166 additions and 169 deletions

View File

@@ -67,7 +67,7 @@ namespace meta_hpp::detail
using data_type = typename pt::data_type;
return !std::is_const_v<data_type>
&& arg.can_cast_to<data_type>();;
&& arg.can_cast_to<data_type>();
}
}