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

noexcept should not be used since std::string ctor can throw #3

Closed
guangie88 opened this issue Sep 21, 2017 · 1 comment
Closed

noexcept should not be used since std::string ctor can throw #3

guangie88 opened this issue Sep 21, 2017 · 1 comment
Assignees
Labels

Comments

@guangie88
Copy link
Owner

No description provided.

@guangie88 guangie88 self-assigned this Sep 21, 2017
@guangie88 guangie88 added the bug label Oct 20, 2017
@guangie88
Copy link
Owner Author

Removed the use of noexcept specs in ea10cef. Thinking of using compile-time fixed length string to truly achieve noexcept specs eventually.

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

No branches or pull requests

1 participant