From bf3d969ef2dbc615bd528f559920bcf532dda910 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 15 Dec 2018 14:45:24 +0200 Subject: Implement bdep-release that manages project's version during release --- bdep/sync.cxx | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'bdep/sync.cxx') diff --git a/bdep/sync.cxx b/bdep/sync.cxx index b9a83a0..dfc9f9c 100644 --- a/bdep/sync.cxx +++ b/bdep/sync.cxx @@ -115,16 +115,19 @@ namespace bdep // Project to be synchronized. // - struct project + namespace { - dir_path path; - shared_ptr config; + struct project + { + dir_path path; + shared_ptr config; - bool implicit; - bool fetch; - }; + bool implicit; + bool fetch; + }; - using projects = small_vector; + using projects = small_vector; + } // Append the list of additional (to origin, if not empty) projects that are // using this configuration. -- cgit v1.1