----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15882/#review29601 -----------------------------------------------------------
3rdparty/libprocess/3rdparty/stout/include/stout/set.hpp <https://reviews.apache.org/r/15882/#comment56998> Hey! I get build errors here with GCC 4.8.1: https://gist.github.com/nqn/7753492 Explicit "this->" in front of insert() fixed it: https://gist.github.com/nqn/7753449 I might of course just be equipped with a over-pedantic compiler :) Cheers! - Niklas Nielsen On Nov. 27, 2013, 8:45 p.m., Benjamin Hindman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15882/ > ----------------------------------------------------------- > > (Updated Nov. 27, 2013, 8:45 p.m.) > > > Review request for mesos, Ben Mahler and Jie Yu. > > > Repository: mesos-git > > > Description > ------- > > See summary. > > > Diffs > ----- > > 3rdparty/libprocess/3rdparty/stout/Makefile.am > 47e8dbb1903179ecfd23ec550bfe79fd54322528 > 3rdparty/libprocess/3rdparty/stout/include/stout/hashset.hpp > 78bed739e62134a858fd3c57b1842decd2240074 > 3rdparty/libprocess/3rdparty/stout/include/stout/set.hpp PRE-CREATION > 3rdparty/libprocess/3rdparty/stout/tests/set_tests.cpp PRE-CREATION > > Diff: https://reviews.apache.org/r/15882/diff/ > > > Testing > ------- > > make check > > > Thanks, > > Benjamin Hindman > >
