From ffc328ca2e7d2d86b8ca49d5e2684608eb84302a Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 14 Apr 2018 15:17:37 +0200 Subject: Work around ODB type aliasing issue --- bdep/project.hxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bdep/project.hxx') diff --git a/bdep/project.hxx b/bdep/project.hxx index cf96c0b..9e68108 100644 --- a/bdep/project.hxx +++ b/bdep/project.hxx @@ -70,7 +70,9 @@ namespace bdep // Since it is not always possible to derive a relative path, it is // optional. // - optional id; + using id_type = optional; + + id_type id; optional name; dir_path path; optional relative_path; -- cgit v1.1