Skip to content

Conversation

@nataraj-hates-MS-for-stealing-github

On modern compilers there goes warnings, that dynamic exceptions are deprecated.
This patch removes dynamic exceptions, and add NOEXCEPT macros for functions that should not throw exceptions at all.
For newer C++ this macros will be resolved as noexcept specifier. For older it will stay throw(). So this part will continue to work.

P.S. Please refer me as "nataraj (Nikolay Shaplov)", if you are going to mention me somewhere.

…pecifier using NOEXCEPT macros with throw() alternative for older c++ versions
@nataraj-hates-MS-for-stealing-github

Since there is no activity in this porject, I've created a fork at https://gitlab.com/dhyannataraj/libtappp and I am going support it, while I can.

@nataraj-hates-MS-for-stealing-github nataraj-hates-MS-for-stealing-github changed the title Fix dynamic exceptions-related compiler warnings See link to up to date fork at last comment (was: Fix dynamic exceptions-related compiler warnings) May 10, 2024
@nataraj-hates-MS-for-stealing-github nataraj-hates-MS-for-stealing-github changed the title See link to up to date fork at last comment (was: Fix dynamic exceptions-related compiler warnings) See link to the up to date LibTAP++ fork at last comment (was: Fix dynamic exceptions-related compiler warnings) May 10, 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.

1 participant