diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-11 09:35:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-10-11 09:35:16 +0200 |
commit | 6beb03862724e444bf24c92031e47814c9949ae2 (patch) | |
tree | ad2e5592b51e1ba3769fe795b3bfd245a2f0e813 | |
parent | 193939144b3bbc7086065baf032d9496d393e094 (diff) |
Minor comment tweaks
-rw-r--r-- | bpkg/package.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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<string> 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) |