| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: FrozenlemonTee <1115306170@qq.com>
…derlying module directly Signed-off-by: FrozenlemonTee <1115306170@qq.com>
There was a problem hiding this comment.
This PR refactors the mcpplibs.primitives.underlying module by merging the former underlying.traits (and the trivial underlying.impl) submodules into a single module interface, and updates internal imports accordingly.
Changes:
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file| File | Description |
|---|---|
| src/underlying/underlying.cppm | Becomes the single exported interface containing underlying traits/concepts previously in submodules. |
| src/underlying/traits.cppm | Deleted after being merged into underlying.cppm. |
| src/underlying/impl.cppm | Deleted (was effectively a re-export-only module). |
| src/literals/literals.cppm | Switch import from ...underlying.traits to ...underlying. |
| src/algorithms/limits.cppm | Switch import from ...underlying.traits to ...underlying. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
No description provided.