|
|
@@ -364,7 +364,7 @@ protected:
|
|
|
* @param force_back Force back insertion.
|
|
|
* @return Iterator pointing to the emplaced element.
|
|
|
*/
|
|
|
- basic_iterator try_emplace([[maybe_unused]] const Entity entt, const bool force_back, const void *value) override {
|
|
|
+ basic_iterator try_emplace([[maybe_unused]] const Entity entt, [[maybe_unused]] const bool force_back, const void *value) override {
|
|
|
if(value) {
|
|
|
if constexpr(std::is_copy_constructible_v<value_type>) {
|
|
|
return emplace_element(entt, force_back, *static_cast<const value_type *>(value));
|