We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d63ac5 commit 4a06c41Copy full SHA for 4a06c41
test/entt/core/any.cpp
@@ -16,6 +16,8 @@
16
#include "../common/non_movable.h"
17
18
struct empty {
19
+ empty() = default;
20
+
21
empty(const empty &) = default;
22
empty &operator=(const empty &) = default;
23
0 commit comments