Skip to content

Fix compilation issue#677

Merged
costamag merged 1 commit intolsils:masterfrom
tklam:fix/const_choice_view_ps_and_assignment_operator
Aug 6, 2025
Merged

Fix compilation issue#677
costamag merged 1 commit intolsils:masterfrom
tklam:fix/const_choice_view_ps_and_assignment_operator

Conversation

@tklam
Copy link
Copy Markdown
Contributor

@tklam tklam commented Jun 3, 2025

The field _ps of choice_view is marked as const. This conflicts with "this->_ps = choice_ntk._ps;" in the assignment operator.

Compilation environment:

  • clang version 19.1.7

The field _ps of choice_view is marked as const. This conflicts with  "this->_ps = choice_ntk._ps;" in the assignment operator.

Compilation environment:
- clang version 19.1.7
Copy link
Copy Markdown
Contributor

@costamag costamag left a comment

Choose a reason for hiding this comment

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

Thank you for identifying and fixing the issue. This should also solve issues reported by other users.

@costamag costamag merged commit b2ce7f0 into lsils:master Aug 6, 2025
16 checks passed
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.

2 participants