Skip to content

Commit

Permalink
add variant ctors into net type descriptors
Browse files Browse the repository at this point in the history
  • Loading branch information
smunix committed Jun 11, 2019
1 parent 4d7d8e8 commit 67097eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/hobbes/net.H
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@ template <size_t i, size_t n, typename ... Ts>
static ty::desc type() {
ty::Variant::Ctors cs;
ctorDefs(&cs);
Recurse::ctorDefs(&cs);
return ty::variant(cs);
}
};
Expand Down

0 comments on commit 67097eb

Please sign in to comment.