From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10348 Path: news.gmane.org!.POSTED!not-for-mail From: Patrick Oppenlander Newsgroups: gmane.linux.lib.musl.general Subject: Re: std::condition_variable::wait_for() breakage when system_clock changes C++11 MIPS Date: Wed, 3 Aug 2016 09:40:50 +1000 Message-ID: References: <3008FD15-1C92-4870-9CD9-BC8B694ACCD0@wardco.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1470181260 19721 195.159.176.226 (2 Aug 2016 23:41:00 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 2 Aug 2016 23:41:00 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 To: musl@lists.openwall.com Original-X-From: musl-return-10361-gllmg-musl=m.gmane.org@lists.openwall.com Wed Aug 03 01:40:56 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1bUjIs-0004lT-3T for gllmg-musl@m.gmane.org; Wed, 03 Aug 2016 01:40:54 +0200 Original-Received: (qmail 15970 invoked by uid 550); 2 Aug 2016 23:40:52 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 15952 invoked from network); 2 Aug 2016 23:40:51 -0000 In-Reply-To: <3008FD15-1C92-4870-9CD9-BC8B694ACCD0@wardco.com> Xref: news.gmane.org gmane.linux.lib.musl.general:10348 Archived-At: On 03/08/16 09:33, Ward Willats wrote: > Hello. > > This may be a little too C++ for this list Hi Ward, if you're using libstdc++ (commonly if you're using GCC this will be the case) I would suggest asking on the libstdc++ mailing list (libstdc++@gcc.gnu.org). Patrick