Skip to content

Commit 2135150

Browse files
committed
update comment about workaround with link to gcc bug
1 parent 945e23b commit 2135150

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

include/stdexec/__detail/__config.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -360,9 +360,10 @@ namespace stdexec {
360360
# define STDEXEC_IMMOVABLE(_XP) _XP(_XP&&) = delete
361361
#endif
362362

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
363+
// BUG (gcc#98995): copy elision fails when initializing a [[no_unique_address]] field
364+
// from a function returning an object of class type by value.
365+
//
366+
// See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98995
366367
#if STDEXEC_GCC()
367368
# define STDEXEC_IMMOVABLE_NO_UNIQUE_ADDRESS
368369
#else

0 commit comments

Comments
 (0)