Skip to content

[const.wrap.class] Remove constexpr and noexcept from operator,#8954

Open
frederick-vs-ja wants to merge 1 commit intocplusplus:mainfrom
frederick-vs-ja:delete-constexpr-noexcept
Open

[const.wrap.class] Remove constexpr and noexcept from operator,#8954
frederick-vs-ja wants to merge 1 commit intocplusplus:mainfrom
frederick-vs-ja:delete-constexpr-noexcept

Conversation

@frederick-vs-ja
Copy link
Copy Markdown
Contributor

As the overloaded operator, is deleted, constexpr and noexcept are meaningless, so it might be better to remove them for the sake of clarity.

Fixes #8951.

As the overloaded `operator,` is deleted, `constexpr` and `noexcept` are
meaningless, so it might be better to remove them for the sake of
clarity.
@eisenwave eisenwave added the P3-Other Triaged issue not in P1 or P2 label Apr 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P3-Other Triaged issue not in P1 or P2

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[const.wrap.class] The deleted operator, overload has meaningless constexpr and noexcept

2 participants