meta: avoid dead code warnings

This commit is contained in:
Michele Caini
2023-09-20 12:35:01 +02:00
parent 1d79550f3c
commit cfc7f99405

View File

@@ -173,9 +173,9 @@ struct basic_meta_sequence_container_traits {
value ? *static_cast<const typename Type::value_type *>(value) : *static_cast<const std::remove_reference_t<typename Type::const_reference> *>(cref)));
return true;
} else {
return false;
}
return false;
}
/**