Fix Issue 21217 - C++ header generator shouldn't emit private enums#11679
Fix Issue 21217 - C++ header generator shouldn't emit private enums#11679Geod24 merged 1 commit intodlang:masterfrom
Conversation
|
Thanks for your pull request, @wilzbach! Bugzilla references
Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub run digger -- build "master + dmd#11679" |
|
Not sure about |
From the docs:
My reasoning:
So I would feel more comfortable emitting |
Fair enough, this shouldn't be a real breaking change given the state of the header generator. But it needs to be re-enabled once the generator properly emits protection levels. |
Required for #11640