Remove ambiguity between boost::uint64_t and ::uint64_t.
This has been causing people problems on uclibc builds.
This commit is contained in:
@@ -4,8 +4,6 @@
|
||||
#include "persistent-data/data-structures/btree.h"
|
||||
#include "persistent-data/run.h"
|
||||
|
||||
using namespace boost;
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
namespace thin_provisioning {
|
||||
@@ -50,7 +48,7 @@ namespace thin_provisioning {
|
||||
|
||||
class damage_visitor {
|
||||
public:
|
||||
typedef shared_ptr<damage_visitor> ptr;
|
||||
typedef boost::shared_ptr<damage_visitor> ptr;
|
||||
|
||||
virtual ~damage_visitor() {}
|
||||
|
||||
|
Reference in New Issue
Block a user