Lang Hames
16d538c5ef
[ORC-RT] Remove __orc_rt::apply_tuple.
...
This utility was a substitute for std::apply, which is now available.
2022-08-26 17:06:56 -07:00
Lang Hames
faabefe3c8
[ORC-RT] Add a std::identity substitute.
...
The __orc_rt::identity utility is intended to serve as a substitute for
c++20's std::identity until we can use the latter (when LLVM moves to c++20).
2022-08-26 15:58:10 -07:00
David Blaikie
4d9cc7c244
Add a couple of missing includes
2021-06-08 17:53:58 -07:00
Lang Hames
9e5f3dd9db
[ORC-RT] Add apply_tuple utility.
...
This is a substitute for std::apply, which we can't use until we move to c++17.
apply_tuple will be used in upcoming the upcoming wrapper-function utils code.
2021-05-18 08:44:15 -07:00