]> git.ipfire.org Git - thirdparty/gcc.git/commit
coroutines : Avoid a C++11ism.
authorIain Sandoe <iain@sandoe.co.uk>
Thu, 4 Mar 2021 08:41:06 +0000 (08:41 +0000)
committerIain Sandoe <iain@sandoe.co.uk>
Mon, 15 Mar 2021 16:27:27 +0000 (16:27 +0000)
commit6c699f03c540d990b7e2a4f3813e16024598cab8
tree5bb068f5bad4510d0bdea21396a42c6870bbb95f
parenta14691e924ea4a8277ea36df08b2f5359082bf62
coroutines : Avoid a C++11ism.

The master version of the code uses a defaulted CTOR, which had
been inadvertently backported to gcc-10.  Fixed thus.

gcc/cp/ChangeLog:

* coroutines.cc (struct var_nest_node): Provide a default
CTOR.
gcc/cp/coroutines.cc