From 6beb03862724e444bf24c92031e47814c9949ae2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 11 Oct 2021 09:35:16 +0200 Subject: Minor comment tweaks --- bpkg/package.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpkg/package.hxx') diff --git a/bpkg/package.hxx b/bpkg/package.hxx index 22d30a5..2b833af 100644 --- a/bpkg/package.hxx +++ b/bpkg/package.hxx @@ -99,7 +99,7 @@ namespace bpkg string upstream; optional release; - // @@ TMP: work around MSVC 16.2 bug. + // Work around MSVC 16.2 bug. // _version () = default; _version (uint16_t e, @@ -343,7 +343,7 @@ namespace bpkg repository_url url; repository_type type; - // @@ TMP: work around MSVC 16.2 bug. + // Work around MSVC 16.2 bug. // _repository_location () = default; _repository_location (repository_url u, repository_type t) -- cgit v1.1