Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot decode array of raw tuples #107

Open
drewdzzz opened this issue Nov 22, 2024 · 0 comments
Open

Cannot decode array of raw tuples #107

drewdzzz opened this issue Nov 22, 2024 · 0 comments

Comments

@drewdzzz
Copy link
Collaborator

Consider a snippet:

using RawDecodedData =
	std::pair<Buf_t::iterator_common<false>, Buf_t::iterator_common<false>>;

std::vector<RawDecodedData> raw_tuples;
response.body.data->decode(raw_tuples);

Tntcxx fails to compile decoder for this packet. But it's the only way to read an array of raw tuples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant