Skip to content

Remove LWG-4472 comment from atomic_ref#6358

Open
Ninetailedcatfox wants to merge 1 commit into
microsoft:mainfrom
Ninetailedcatfox:cleanup-lwg4472-comment
Open

Remove LWG-4472 comment from atomic_ref#6358
Ninetailedcatfox wants to merge 1 commit into
microsoft:mainfrom
Ninetailedcatfox:cleanup-lwg4472-comment

Conversation

@Ninetailedcatfox

@Ninetailedcatfox Ninetailedcatfox commented Jul 12, 2026

Copy link
Copy Markdown

The fix for LWG-4472 (atomic_ref<const T> construction from temporaries) has already been implemented via the = delete on the rvalue-reference constructor. This removes the tracking comment now that the issue has been accepted.

Closes #6222

@Ninetailedcatfox Ninetailedcatfox requested a review from a team as a code owner July 12, 2026 07:07
Copilot AI review requested due to automatic review settings July 12, 2026 07:07
@github-project-automation github-project-automation Bot moved this to Initial Review in STL Code Reviews Jul 12, 2026
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

Removes an obsolete LWG-4472 tracking comment now that the fix is implemented and accepted.

Changes:

  • Removes the tracking comment from the deleted atomic_ref rvalue constructor.
  • Closes issue #6222.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@StephanTLavavej StephanTLavavej added the LWG Library Working Group issue label Jul 13, 2026
@StephanTLavavej

Copy link
Copy Markdown
Member

/azp run STL-CI

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).

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

Labels

LWG Library Working Group issue

Projects

Status: Initial Review

Development

Successfully merging this pull request may close these issues.

LWG-4472 std::atomic_ref<const T> can be constructed from temporaries

3 participants