From f4889a3a07a9e4f599e4deecce6169ae377efd83 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 4 Sep 2016 20:06:22 +0200 Subject: Add default constructor to triplet --- butl/triplet | 1 + 1 file changed, 1 insertion(+) diff --git a/butl/triplet b/butl/triplet index 69dc9df..090f84d 100644 --- a/butl/triplet +++ b/butl/triplet @@ -109,6 +109,7 @@ namespace butl explicit triplet (const std::string&, std::string* canon = nullptr); triplet (const std::string& s, std::string& canon): triplet (s, &canon) {} + triplet () = default; }; }; -- cgit v1.1