Skip to content
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

use c++20 concepts to specify requirements for template functions and classes #43

Open
cwsmith opened this issue Jan 9, 2025 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@cwsmith
Copy link
Contributor

cwsmith commented Jan 9, 2025

See #42

The user facing interface functions:
https://github.com/SCOREC/meshFields/blob/a87c33c1d4f9806d45c91d2521fe7e5dad67a388/src/MeshField.hpp
are the most important ones to harden with the addition of concepts. After that, we need to go down the rest of the stack.

This should make all the interfaces easier to use and result in fewer bugs.

@cwsmith cwsmith added enhancement New feature or request help wanted Extra attention is needed labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant