DARMA-tasking-internal / darma-futures

Repo for the proposed DARMA model using futures and expiring values
Other
0 stars 0 forks source link

use tinympl for metaprogramming and detection #14

Open dhollman opened 6 years ago

dhollman commented 6 years ago

Since we already depend on DARMA serialization (which depends on TinyMPL), there's no reason to rewrite things like reverse_tuple and has_member_type_Permissions. These should be quick replacements, but we should make the change before the extra work gets out of hand.

dhollman commented 6 years ago

Pull request #15 will close this issue when merged