|
Kyle - this failure seems to originate with commit 8a2181b, which was the pull request you submitted for SERVER-10034
It sucks that we don't discover all compile failures automatically during code review. I hope we can fix that soon. In the meantime, please ask Mathias what we need to make the C++11 compiler happy here.
http://mci.10gen.com/ui/task/mongodb_mongo_master_osx_108_cxx11_debug_01142042154d9ae47f5435c5a8df47c650dc376c_13_09_27_21_24_07_compile
[2013/09/27 17:49:10.406] src/mongo/util/processinfo.cpp:41:20: error: no viable conversion from 'ofstream' (aka 'basic_ofstream<char>') to 'bool'
|
[2013/09/27 17:49:10.406] return out;
|
[2013/09/27 17:49:10.406] ^~~
|
|