Skip to content

Simplify module build - #12

Merged
tcbrindle merged 1 commit into
mainfrom
pr/simplify_module
Sep 14, 2026
Merged

tcbrindle merged 1 commit into
mainfrom
pr/simplify_module

Conversation

@tcbrindle

Copy link
Copy Markdown
Owner

When building the module, rather than #include-ing pointer.hpp in the module purview and defining an export macro, we'll switch to the simpler method of including the header in the global module fragment and explicitly listing our exports.

This improves readability in both the header and the module source file, and will hopefully mean clangd gets less confused by things.

When building the module, rather than `#include`-ing pointer.hpp in the module purview and defining an export macro, we'll switch to the simpler method of including the header in the global module fragment and explicitly listing our exports.

This improves readability in both the header and the module source file, and will hopefully mean clangd gets less confused by things.
@tcbrindle
tcbrindle merged commit 5efa1d7 into main Sep 14, 2026
56 checks passed
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.

1 participant