llvm-project
735522a3 - [orc-rt] Restore perfect forwarding to move_only_function init (#157784)

Commit
20 days ago
[orc-rt] Restore perfect forwarding to move_only_function init (#157784) After the recent change to hoist std::decay_t (cd8f47b2d4e) we were forcing move-initialization of the callable type. This commit restores perfect forwarding so that we copy-initialize where expected.
Author
Parents
Loading