Skip to content

rgw/beast: fix atomic_load_explicit typo#66113

Closed
cbodley wants to merge 1 commit intoceph:mainfrom
cbodley:wip-65470-fix
Closed

rgw/beast: fix atomic_load_explicit typo#66113
cbodley wants to merge 1 commit intoceph:mainfrom
cbodley:wip-65470-fix

Conversation

@cbodley
Copy link
Contributor

@cbodley cbodley commented Nov 3, 2025

typo from d8a3f3e was not detected during qa. this causes a compilation failure on ubuntu jammy:

src/rgw/rgw_asio_frontend.cc:1193:31: error: 'atomic_load_excplicit' is not a member of 'std'; did you mean 'atomic_load_explicit'?
 1193 |     const auto ssl_ctx = std::atomic_load_excplicit(&ssl_context, std::memory_order_acquire);
      |                               ^~~~~~~~~~~~~~~~~~~~~
      |                               atomic_load_explicit
Show available Jenkins commands

You must only issue one Jenkins command per-comment. Jenkins does not understand
comments with more than one command.

@cbodley cbodley requested a review from a team as a code owner November 3, 2025 19:15
@github-actions github-actions bot added the rgw label Nov 3, 2025
@cbodley cbodley mentioned this pull request Nov 3, 2025
14 tasks
typo from d8a3f3e was not detected
during qa. this causes a compilation failure on ubuntu jammy:

src/rgw/rgw_asio_frontend.cc:1193:31: error: 'atomic_load_excplicit' is not a member of 'std'; did you mean 'atomic_load_explicit'?
 1193 |     const auto ssl_ctx = std::atomic_load_excplicit(&ssl_context, std::memory_order_acquire);
      |                               ^~~~~~~~~~~~~~~~~~~~~
      |                               atomic_load_explicit

Reported-by: Frank Ederveen
Signed-off-by: Casey Bodley <cbodley@redhat.com>
@yuvalif
Copy link
Contributor

yuvalif commented Nov 4, 2025

@cbodley #66107

@cbodley cbodley closed this Nov 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants