dmd.dtoh: export genCppHdrFiles to C++#10821
Conversation
|
Thanks for your pull request, @ibuclaw! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. Testing this PR locallyIf you don't have a local development environment setup, you can use Digger to test this PR: dub fetch digger
dub run digger -- build "master + dmd#10821" |
|
Most of these changes are irrelevant to the C++ interface... Also why move the ‚pragma once‘ After the comment? |
Rationale of these three commits are:
Usually (least in every other tool I've used and/or written) the generated file notice is on the first line. I found it surprising that it wasn't. |
Thanks for the explanation. These changes seem reasonable but the PR title is a bit misleading.
Okay, improving user experience is always nice. |
Follow-up to #10801.
This allows
genCppHdrFilesto be called from gdc.