From f29c9a5a0cdca0205f98d55ad20d1145295db126 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 23 Jan 2017 12:12:04 +0200 Subject: Minor changes --- butl/small-vector | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'butl/small-vector') diff --git a/butl/small-vector b/butl/small-vector index 5bfbd17..3e50735 100644 --- a/butl/small-vector +++ b/butl/small-vector @@ -230,7 +230,8 @@ namespace butl // VC's implementation of operator=(&&) (both 14 and 15) frees the // memory and then reallocated with capacity equal to v.size(). This is // clearly sub-optimal (the existing buffer could be reused) so we hope - // this will be fixed eventually (VSO#367146). + // this will be fixed eventually (VSO#367146; reportedly fixed for + // VC15U1). // #if defined(_MSC_VER) && _MSC_VER <= 1910 if (v.size () < N) -- cgit v1.1