Hey guys, I was checking one of my reviews which call for using some unimplemented functionality in stout path. Since that class has no methods, attributes or anything apart from a string value attribute; I was left wondering, wether it makes sense to use boost filesystem.
Boost filesystem v3 has all the functionality we may need from a path class, it is the basis fro a technical recommendation (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4100.pdf <http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4100.pdf>) and might become part of the standard in the future. Why not adopt it in mesos? Alexander
