Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
Libhdfs3 use boost to provide some basic functions in C++ if it is build with old C++ compiler.
But boost::atomic is added in boost version 1.53 and it may bring the trouble to the application which already use the old version boost to use libhdfs3.
Removing the usage of boost::atomic can make libhdfs3 to compile on older version boost.