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

Hal extension proposal #233

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from
Draft

Hal extension proposal #233

wants to merge 3 commits into from

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

softwareComponents/rofiHalInc/include/span.hpp Outdated Show resolved Hide resolved
@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