Skip to content

Commit 3d0d328

Browse files
committed
try again
1 parent d7c0760 commit 3d0d328

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

include/exec/__detail/__system_context_default_impl.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,11 @@ namespace exec::__system_context_default_impl {
338338
return __old_factory;
339339
}
340340

341+
// work around for https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119652
342+
#if !STDEXEC_GCC() || __GNUC__ != 14
343+
private:
344+
#endif // !STDEXEC_GCC() || __GNUC__ != 14
345+
341346
std::atomic<bool> __instance_locked_{false};
342347
std::shared_ptr<_Interface> __instance_{nullptr};
343348
std::atomic<__parallel_scheduler_backend_factory> __factory_{__default_factory};

0 commit comments

Comments
 (0)