Skip to content

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.

3 participants