You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now one frequently needs to cast the lambdas to an appropriate std::function<()> before passing the lambda as a value (de)serializer. It would be far more convenient to use if this was not necessary.
The text was updated successfully, but these errors were encountered:
dmcconachie
changed the title
Enable passing of arbitrary labmda functions to (de)serialization functions
Enable passing of arbitrary lambda functions to (de)serialization functions
May 7, 2018
Right now one frequently needs to cast the lambdas to an appropriate
std::function<()>
before passing the lambda as a value (de)serializer. It would be far more convenient to use if this was not necessary.The text was updated successfully, but these errors were encountered: