From: Brian Norris Date: Wed, 10 Oct 2012 21:22:26 +0000 (-0700) Subject: mpmc-queue: fixup compilation X-Git-Tag: pldi2013~49 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=model-checker-benchmarks.git;a=commitdiff_plain;h=3f557d137e70ca9da76ce84ec663da53e266e272;hp=3f557d137e70ca9da76ce84ec663da53e266e272;ds=sidebyside mpmc-queue: fixup compilation * Remove "nonatomic" type template * Don't use atomic(T) constructor * Don't use compare_exchange_weak() ---