X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Received: by 2002:a05:622a:164b:b0:344:513b:ffc0 with SMTP id y11-20020a05622a164b00b00344513bffc0mr31635940qtj.350.1662184776182; Fri, 02 Sep 2022 22:59:36 -0700 (PDT) X-Received: by 2002:a25:f201:0:b0:6a7:a6ee:6054 with SMTP id i1-20020a25f201000000b006a7a6ee6054mr1419312ybe.564.1662184775940; Fri, 02 Sep 2022 22:59:35 -0700 (PDT) Newsgroups: comp.os.msdos.djgpp Date: Fri, 2 Sep 2022 22:59:35 -0700 (PDT) Injection-Info: google-groups.googlegroups.com; posting-host=46.123.240.115; posting-account=CPdYWwoAAABpWBQIr4qTKwtnquUvEEfS NNTP-Posting-Host: 46.123.240.115 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <731a66e4-6572-4ee4-8ee4-77911cf89a5dn@googlegroups.com> Subject: coroutines for DJGPP? From: "janezz55 (janezz55 AT gmail DOT com) [via djgpp AT delorie DOT com]" Injection-Date: Sat, 03 Sep 2022 05:59:36 +0000 Content-Type: text/plain; charset="UTF-8" Bytes: 1216 Lines: 0 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Did any of you guys manage to get the standard c++ coroutines work under DJGPP? My "hand-rolled" coroutines work (https://github.com/user1095108/cr2), but the standard ones are probably the future.