Skip to content

Commit

Permalink
meta: try to get around an issue with g++9
Browse files Browse the repository at this point in the history
  • Loading branch information
skypjack committed Jul 16, 2024
1 parent 34d4b50 commit 25fe7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entt/meta/meta.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class meta_sequence_container {
using iterator = meta_iterator;

/*! @brief Default constructor. */
meta_sequence_container() noexcept = default;
meta_sequence_container() = default;

/**
* @brief Context aware constructor.
Expand Down

0 comments on commit 25fe7cc

Please sign in to comment.