Skip to content

Commit

Permalink
Missing ctor definition
Browse files Browse the repository at this point in the history
  • Loading branch information
vector-of-bool committed Mar 29, 2024
1 parent f869008 commit 4025cdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neo/variant.test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ TEST_CASE("Get T from neo::variant<>") {
}

struct not_default_constructible {
not_default_constructible(int);
not_default_constructible(int) {}
};

TEST_CASE("Not-default-constructible") {
Expand Down

0 comments on commit 4025cdc

Please sign in to comment.