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

UserExceptionHelper classes have reverse ordered constructors/destructor #654

Closed
externl opened this issue Dec 5, 2019 · 1 comment
Closed
Milestone

Comments

@externl
Copy link
Member

externl commented Dec 5, 2019

class ReapWouldBlock : public ::Ice::UserExceptionHelper<ReapWouldBlock, ::Ice::UserException>
{
public:

    virtual ~ReapWouldBlock();

    ReapWouldBlock(const ReapWouldBlock&) = default;

    ReapWouldBlock() = default;
@externl externl added this to the 3.7.4 milestone Dec 5, 2019
@pepone pepone modified the milestones: 3.7.4, 4.0.0 Apr 20, 2020
@bernardnormier bernardnormier modified the milestones: 3.8.0, Future Dec 15, 2023
@bernardnormier bernardnormier modified the milestones: Future, 3.8.0 Mar 16, 2024
@bernardnormier
Copy link
Member

Removed helper template.

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

No branches or pull requests

3 participants