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

Use macros to define global context and make all semantic constexpr #190

Merged
merged 6 commits into from
Dec 28, 2023

Conversation

robUx4
Copy link
Contributor

@robUx4 robUx4 commented Dec 28, 2023

No description provided.

The extern one was never exported properly. So it's not part of the public API.
The macro was turning it into something that is not its declaration.

The other extern are also using the wrong name but noone uses them.
DEFINE_xxx_MASTER_ORPHAN is not constexpr because Context_EbmlHead needs
to be exported.
@robUx4 robUx4 merged commit c4c69db into Matroska-Org:master Dec 28, 2023
15 checks passed
@robUx4 robUx4 deleted the macros_global branch December 28, 2023 15:31
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

Successfully merging this pull request may close these issues.

2 participants