do not pollute namespace in the headers with using (Closes: #500198)
[ntk/apt.git] / test / libapt / hashsums_test.cc
index 2cb71cc..396e4cf 100644 (file)
@@ -146,7 +146,7 @@ int main(int argc, char** argv)
    equals(sha2.VerifyFile(argv[1]), true);
    }
    {
-   HashString sha2("SHA256:"+string(argv[4]));
+   HashString sha2("SHA256:" + std::string(argv[4]));
    equals(sha2.VerifyFile(argv[1]), true);
    }