Unverified Commit 917fee00 authored by Tommaso Tocci's avatar Tommaso Tocci
Browse files

data ops: do not use namespace implicitely

parent bb5f7665
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
#include <global/path_util.hpp>

namespace bfs = boost::filesystem;
using namespace std;


std::string path_to_fspath(const std::string& path) {
    assert(is_absolute_path(path));