We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945e23b commit 2135150Copy full SHA for 2135150
1 file changed
include/stdexec/__detail/__config.hpp
@@ -360,9 +360,10 @@ namespace stdexec {
360
# define STDEXEC_IMMOVABLE(_XP) _XP(_XP&&) = delete
361
#endif
362
363
-// BUG (gcc PR93711): copy elision fails when initializing a
364
-// [[no_unique_address]] field from a function returning an object
365
-// of class type by value
+// BUG (gcc#98995): copy elision fails when initializing a [[no_unique_address]] field
+// from a function returning an object of class type by value.
+//
366
+// See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98995
367
#if STDEXEC_GCC()
368
# define STDEXEC_IMMOVABLE_NO_UNIQUE_ADDRESS
369
#else
0 commit comments