LLNL / ygm

Other
31 stars 22 forks source link

Feature/container functor visit #255

Closed steiltre closed 2 months ago

steiltre commented 2 months ago

Adds mutable qualifier to wrapper lambdas taking user-provided functions in async_ operations in order to call non-const methods on passed functions. This is necessary when using a hand-written functor with an operator() that is not const.