We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d4b50 commit 25fe7ccCopy full SHA for 25fe7cc
src/entt/meta/meta.hpp
@@ -39,7 +39,7 @@ class meta_sequence_container {
39
using iterator = meta_iterator;
40
41
/*! @brief Default constructor. */
42
- meta_sequence_container() noexcept = default;
+ meta_sequence_container() = default;
43
44
/**
45
* @brief Context aware constructor.
0 commit comments