Skip to content

Is it possible to use nvstd::function inside an RTC agent function? #1199

Answered by Robadob
society-research asked this question in Q&A
Discussion options

You must be logged in to vote

We use Jitify to handle runtime compilation (RTC).

RTC does not have access to the C++ standard library includes. For this reason, Jitify provides shims for a subset of the standard library headers.

It would appear that nvfunctional uses something that is not currently shimmed by Jitify (std::is_move_constructible).

You could submit an issue or pull request to jitify requesting/providing the shim. Myself and others have provided PRs to extend the shims in the past. We currently use Jitify1, but hope to move to Jitify2 in the near future when their pre-processor PR is merged. In their repository, they maintain the versions in two separate branches.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Robadob
Comment options

@Robadob
Comment options

Answer selected by society-research
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants