Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

C++17: simplify dynamic MPI wrappers #837

Open
olupton opened this issue Jul 5, 2022 · 0 comments
Open

C++17: simplify dynamic MPI wrappers #837

olupton opened this issue Jul 5, 2022 · 0 comments

Comments

@olupton
Copy link
Contributor

olupton commented Jul 5, 2022

In #834 we will require C++17. This will allow TODOs like

// This could be done with a simpler
// template <auto fptr> struct function : function_base { ... };
// pattern in C++17...
to be addressed, simplifying the code.

There is an internal reference to consult too.

@olupton olupton mentioned this issue Jul 5, 2022
3 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant