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

Refactor TA_ASSERT #259

Merged
merged 3 commits into from
Mar 26, 2021
Merged

Refactor TA_ASSERT #259

merged 3 commits into from
Mar 26, 2021

Conversation

asadchev
Copy link
Contributor

No description provided.

@asadchev asadchev requested a review from evaleev March 10, 2021 16:48
class Exception : public std::exception {
public:
Exception(const char* m) : message_(m) {}
void Abort();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

uppercase is weird for function names ... is this is to avoid clashing with std::abort? How about renaming to ta_abort() then?

@asadchev asadchev force-pushed the asadchev/refactor/ta-assert branch from 1b88205 to 77e5932 Compare March 20, 2021 03:11
@asadchev asadchev force-pushed the asadchev/refactor/ta-assert branch from 77e5932 to 9394446 Compare March 20, 2021 15:36
@evaleev evaleev merged commit 94e7b36 into master Mar 26, 2021
@evaleev evaleev deleted the asadchev/refactor/ta-assert branch March 26, 2021 17:27
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