Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit mostly reverts a previous commit: commit b7bc687 Avoid compiler warning with gcc by not using move semantics The previous commit changed the semantics of the client callback to use copy instead of move semantics on the filename string to placate a compiler warning which was later determined to be a false positive. We revert to calling the client-provided func() with move semantics on the filename parameter. We also retain the use of std::invoke to call the client-provided callback. Signed-off-by: James Yonan <[email protected]>
- Loading branch information