Skip to content

Conversation

@ficap
Copy link
Contributor

@ficap ficap commented Oct 10, 2022

No description provided.

@ficap ficap force-pushed the hal-inc branch 5 times, most recently from af32b6a to 73ccc51 Compare October 16, 2022 15:51
*/
class Implementation : public Partition::Implementation {
protected:
virtual ~Implementation() override = default;
Copy link
Contributor

Choose a reason for hiding this comment

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

Nemusí být virtual když je protected

*/
class Implementation {
protected:
virtual ~Implementation() = default;
Copy link
Contributor

Choose a reason for hiding this comment

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

nemusí být virtual i protected

@ficap
Copy link
Contributor Author

ficap commented Oct 31, 2022

depends on #255

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