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

Included <exception> std header #117

Closed
wants to merge 1 commit into from

Conversation

stephen-opet
Copy link

The header is required to compile v3.3 on Debian Linux, or an error gets thrown on the call to 'std::terminate_handler', line 296 (now 297).

Admittedly not necessary if the package is built on Gloomy's recommended stack. But the rest of the build runs rather smoothly on debian, and the header is quite small to include

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
Required to call 'std::terminate_handler' on line 296 (now 297)
@gloomyandy
Copy link
Owner

Looks like we have this include in later versions of the code, are you building 3.3 for LPC support or is there some other reason?

@stephen-opet
Copy link
Author

stephen-opet commented Jul 19, 2022

The introduction of CANlib in v3.4 presented greater compatibility issues when building on debian than v3.3. Reverting was the path of least resistance.

Didn't dig too deep into v3.4 - if you've already included exception in subsequent releases, I suppose this conversation is moot. Thanks!

@jaysuk
Copy link
Collaborator

jaysuk commented Jul 19, 2022 via email

@stephen-opet stephen-opet deleted the patch-1 branch July 20, 2022 02:54
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

Successfully merging this pull request may close these issues.

None yet

3 participants