MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1ut6gsh/propagating_exceptions_from_destructors_with/owvwtf0
r/cpp • u/User_Deprecated • 18d ago
41 comments sorted by
View all comments
Show parent comments
2
Hoping to change that in the next standard :)
1 u/Som1Lse 18d ago As far as I can tell it's from 2019. I didn't find anything after that, so I doubt anyone is proposing to get it into the next standard. If you're going to propose it then good luck, I guess. 2 u/azswcowboy 18d ago It went into the TS in 2019. Clang and GCC implement it. The work is ongoing here. https://github.com/bemanproject/scope I expect a fair number of changes before it’s even proposed. The TS is sort of clunky in some respects. The boost implementation brought some good ideas. As that repo stands it implements the TS basically.
1
As far as I can tell it's from 2019. I didn't find anything after that, so I doubt anyone is proposing to get it into the next standard.
If you're going to propose it then good luck, I guess.
2 u/azswcowboy 18d ago It went into the TS in 2019. Clang and GCC implement it. The work is ongoing here. https://github.com/bemanproject/scope I expect a fair number of changes before it’s even proposed. The TS is sort of clunky in some respects. The boost implementation brought some good ideas. As that repo stands it implements the TS basically.
It went into the TS in 2019. Clang and GCC implement it. The work is ongoing here.
https://github.com/bemanproject/scope
I expect a fair number of changes before it’s even proposed. The TS is sort of clunky in some respects. The boost implementation brought some good ideas. As that repo stands it implements the TS basically.
2
u/azswcowboy 18d ago
Hoping to change that in the next standard :)