Index: head/benchmarks/polygraph/files/patch-src_xstd_Ring.h =================================================================== --- head/benchmarks/polygraph/files/patch-src_xstd_Ring.h (nonexistent) +++ head/benchmarks/polygraph/files/patch-src_xstd_Ring.h (revision 425476) @@ -0,0 +1,18 @@ +commit a1b938b85e2b9aabb95fb09b9f7137b27135ea72 +Author: Alex Rousskov +Date: Thu Jan 7 08:20:34 2016 -0700 + + lp:1380660: Make failed if gcc 4.9 is used. + + Merged POLY-43-lp1380660-make-failed-if-gcc-49-. + +--- src/xstd/Ring.h.orig 2014-10-22 23:22:22 UTC ++++ src/xstd/Ring.h +@@ -19,6 +19,7 @@ class Ring: protected Array { + + using Array::capacity; + using Array::size; ++ using Array::Value; + + int count() const { return theInOff - theOutOff; } + bool empty() const { return theInOff <= theOutOff; } Property changes on: head/benchmarks/polygraph/files/patch-src_xstd_Ring.h ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property