namespace snapper
{
+ using namespace std;
+
Filesystem*
Btrfs::create(const string& fstype, const string& subvolume)
namespace snapper
{
+ using namespace std;
+
Comparison::Comparison(const Snapper* snapper, Snapshots::const_iterator snapshot1,
Snapshots::const_iterator snapshot2)
namespace snapper
{
- using namespace std;
+ using std::string;
template<class Num> string decString(Num number)
namespace snapper
{
- using namespace std;
+ using std::string;
class XmlFile : private boost::noncopyable