I get an error that looks like:
NvSupport.h:206: error: function ()>) doesn't match regular expression:
On a lines that look like:
class LogDataSink
{
public:
enum class TimingPolicy
{ // <-- line 206 here
AS_FAST_AS_POSSIBLE,
If I have time I'll create test case.