Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

demo/TensorRT/cpp Compile Error #768

Closed
tensorturtle opened this issue Oct 4, 2021 · 2 comments
Closed

demo/TensorRT/cpp Compile Error #768

tensorturtle opened this issue Oct 4, 2021 · 2 comments

Comments

@tensorturtle
Copy link

I'm on Pop OS 20.04 and I followed all installation instructions on the README. I get this message during make:

Screenshot from 2021-10-05 02-55-33

error: looser throw specifier for 'virtual void Logger::log(nvinfer1:ILogger::Severity, const char*)'

Please help

@tensorturtle
Copy link
Author

I fixed it. See https://forums.developer.nvidia.com/t/looser-throw-specifier-for-virtual-void-logger-log/187963 for solution.

@ujsyehao
Copy link

ujsyehao commented Dec 29, 2021

modify it to
void log(Severity severity, const char* msg) noexcept override

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants