-
Notifications
You must be signed in to change notification settings - Fork 22
refactor: unify dom lazy array classes #720
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
Conversation
An automated preview of the documentation is available at https://720.mrdocs.prtest2.cppalliance.org/index.html |
Seems ok |
aa5f95a
to
48dd984
Compare
An automated preview of the documentation is available at https://720.mrdocs.prtest2.cppalliance.org/index.html |
1 similar comment
An automated preview of the documentation is available at https://720.mrdocs.prtest2.cppalliance.org/index.html |
This fixes a warning when using initialization with designators
The DomCorpus uses multiple classes that represented lazy arrays. This commit simplifies the dom by unifying all of these array implementations.
17c599d
to
84f95b9
Compare
An automated preview of the documentation is available at https://720.mrdocs.prtest2.cppalliance.org/index.html |
84f95b9
to
89e84c8
Compare
An automated preview of the documentation is available at https://720.mrdocs.prtest2.cppalliance.org/index.html |
The DomCorpus uses multiple classes that represent lazy arrays. This commit simplifies the dom by unifying all of these array implementations. It's not a new design: it's only consolidating what already exists and removing duplicate code.