On Sun, Oct 26, 2014 at 11:27 AM, Robert Luberda wrote: > I'm suspecting clang bug #665499 is the cause (however I cannot confirm > it - even though the code using std::stack still crashes as I described > in #665499, the code using emplace_back() to vector of int pairs seems > to work).
Unfortunately chromium upstream decided to no longer support non-sse2 systems, so this isn't a clang bug. Best wishes, Mike -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

