Skip to content

Fix MPMC tests on mac#2573

Closed
afrind wants to merge 1 commit into
facebook:mainfrom
afrind:export-D92213016
Closed

Fix MPMC tests on mac#2573
afrind wants to merge 1 commit into
facebook:mainfrom
afrind:export-D92213016

Conversation

@afrind

@afrind afrind commented Feb 4, 2026

Copy link
Copy Markdown
Contributor

Summary:
The build is failing due to a static assertion in MPMCQueue.h. The error is
that std::string is not nothrow constructible from a const char* (string
literal), but the code requires nothrow construction.

Differential Revision: D92213016

Summary:
The build is failing due to a static assertion in MPMCQueue.h. The error is
that std::string is not nothrow constructible from a const char* (string
literal), but the code requires nothrow construction.

Differential Revision: D92213016
@meta-codesync

meta-codesync Bot commented Feb 4, 2026

Copy link
Copy Markdown

@afrind has exported this pull request. If you are a Meta employee, you can view the originating Diff in D92213016.

meta-codesync Bot pushed a commit to facebook/hhvm that referenced this pull request Feb 4, 2026
Summary:
X-link: facebook/folly#2573

The build is failing due to a static assertion in MPMCQueue.h. The error is
that std::string is not nothrow constructible from a const char* (string
literal), but the code requires nothrow construction.

Reviewed By: kvtsoy

Differential Revision: D92213016

fbshipit-source-id: 58e062e285f9ef15a663b3aac23b242dee9a50fe
@meta-codesync meta-codesync Bot closed this in 908fab2 Feb 4, 2026
@meta-codesync

meta-codesync Bot commented Feb 4, 2026

Copy link
Copy Markdown

This pull request has been merged in 908fab2.

bolunfeng pushed a commit to bolunfeng/folly that referenced this pull request May 22, 2026
Summary:
Pull Request resolved: facebook#2573

The build is failing due to a static assertion in MPMCQueue.h. The error is
that std::string is not nothrow constructible from a const char* (string
literal), but the code requires nothrow construction.

Reviewed By: kvtsoy

Differential Revision: D92213016

fbshipit-source-id: 58e062e285f9ef15a663b3aac23b242dee9a50fe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment