mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-14 19:41:29 +07:00
warning fixes
This commit is contained in:
@@ -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>();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user