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

Adds header for string for char[] + string #61

Closed
wants to merge 1 commit into from

Conversation

trevorknight
Copy link
Contributor

In several places in exceptions.hpp, a string literal is added to a string with the string literal (char[]) on the left side. Without the include, it may get a 'invalid operands' error.

For issue #60

In several places in exceptions.hpp, a string literal is added to a string
with the string literal (char[]) on the left side.  Without the <string>
include, it may get a 'invalid operands' error.
@tomjnixon
Copy link
Member

Thanks, merged in 2a9f602

these should probably be moved to an implementation file at some point

@tomjnixon tomjnixon closed this Jan 26, 2024
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.

2 participants