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

<unordered_set> is used for extensionsUsed/Required leading to slightly different output on different platforms #39

Open
agrittmsft opened this issue Apr 17, 2019 · 2 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed triaged Issues that have been triaged

Comments

@agrittmsft
Copy link
Contributor

No description provided.

@chriche-ms
Copy link
Member

This is also an issue when serializing mesh primitive attributes. One easy solution would be to sort the unordered set/map contents before serializing them.

@bghgary bghgary added help wanted Extra attention is needed good first issue Good for newcomers triaged Issues that have been triaged labels Dec 7, 2023
@bghgary
Copy link
Contributor

bghgary commented Dec 7, 2023

Should be able to replace unordered_set with set and then it will be ordered.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers help wanted Extra attention is needed triaged Issues that have been triaged
Projects
None yet
Development

No branches or pull requests

3 participants