X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=Bm1xF1rxREgUUURLZfrtfNhU/7m/2 fiH8m9VeV0b8qka39FQT1Tk2H6AhGzC10wQBBYVznZeugvRWf6QbLoBQeFH+tWn5 8uiqru+vY+4kuzcCh1lmUH2DLiyi8NVBBi+Fw5l4yKvLaeZXaIlbZSRF/z2jZgII haMZwKNPkYG1xA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=c7DpJ4RyIs43ypQ3Xm45WbTobu8=; b=ynD tsDtm5FfpjQzLzotksnSurLN37bsugZte30phw8Kaz0j4I/k9PxMUCL/Xn5K21gD HgfiQfkTyOGjV2YkqRwHE+TfcYzrc/AVewW+w11ApaOGvQ3U5Xl7C6tqMQUVZ+2F UQgfBA8FmGF1mrEL+8j9izSMkhkbGIFbNwg8j54o= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=dots X-HELO: mail-wm0-f42.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=Zm2qppYCbxy3PkR8/YwWk0ErLcLvwmwhM4m2FGiN7Gk=; b=mkU7J9L0qcugZmWyTLDvqrxJfytaNT0+7gv71GTOScZAxB+mCrxW6NADmz9/v98diF s+sFgRBwGQrXLjAbXx04MBUyS2sdj6qXYGI2Uzm2Qfl2geGYPdFDBJGQIKxQk3SjuVen 6xKIvdtM0gVxNkX59xjJt5dCkJz/K62BEot5Z5BLdpV2IaxUXAFxzrPDnETroqDjCtWd rcLyDvEE1TlVkkXV3E8D5z0Q97rpBC3ydDmgJITwAqF3G04iKWm2bVJLo2NCcBT5t1po hqF4g/6DvXyQqtwODlDsqXF9OVqjm3YorSHnNwT+oBKETJYtgk4eZ0T7SK8rraPYR7yO bQlQ== X-Gm-Message-State: AEkoousYUjYTEZBwKbMKFGPLnW4BEIFhXj+zyOrT65UwZbNDaSfGblQv5ZXedf40yU939P5lUlZV3DyI0P7wiQ== X-Received: by 10.46.0.220 with SMTP id e89mr4623822lji.58.1471251943448; Mon, 15 Aug 2016 02:05:43 -0700 (PDT) MIME-Version: 1.0 From: Sergey Ivanov Date: Mon, 15 Aug 2016 12:05:43 +0300 Message-ID: Subject: g++: mutithread support is not full? To: Cygwin Content-Type: text/plain; charset=UTF-8 i've compiled and run example from http://www.cplusplus.com/reference/future/future/ but i didn't see dots from output. Does std::future.wait_for() works correctly under cygwin? Command line is : g++ ex1.cpp -std=c++11. Cygwin=newest -- Kind regards, Sergey Ivanov -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple