From 317cf86dedbd72aacc673c6257cc178e76ee77e3 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Sep 2015 13:43:37 +0200 Subject: Add std::string to common types --- bpkg/types | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bpkg/types') diff --git a/bpkg/types b/bpkg/types index d66f9fb..0394d56 100644 --- a/bpkg/types +++ b/bpkg/types @@ -15,7 +15,9 @@ namespace bpkg { // Commonly-used types. // - using strings = std::vector; + using std::string; + + using strings = std::vector; using cstrings = std::vector; // -- cgit v1.1