Skip to content

Commit

Permalink
pre-v1.0m-update
Browse files Browse the repository at this point in the history
  • Loading branch information
dakka committed May 7, 2024
1 parent b219559 commit d061532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/srcloctest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ int main(void)
conjure_enum<Namespace::Type1>::epeek<Namespace::Type1::Value>(),
conjure_enum<Namespace::Type1>::epeek<(Namespace::Type1)100>(), "",
"7. other type",
conjure_type<int>::tpeek(),
conjure_type<std::string_view>::tpeek(),
conjure_type<foo>::tpeek(),
})
};
Expand Down

0 comments on commit d061532

Please sign in to comment.