From d06b33e5d04b6b77851f20a16d97851a91fb4263 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 6 Oct 2015 04:12:30 +0000 Subject: [PATCH] Add comments for LWG issues 2219 and 2367 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@249372 91177308-0d34-0410-b5e6-96231b3b80d8 --- www/kona.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/kona.html b/www/kona.html index 0091ca32a..583e82866 100644 --- a/www/kona.html +++ b/www/kona.html @@ -113,13 +113,13 @@
  • 2156 - check and make sure that we already do this. Write a test.
  • 2181 - I suspect that this will not require any code changes, but will need to be read carefully.
  • 2218 - Shouldn't require any code changes.
  • -
  • 2219 - Punt to Eric
  • +
  • 2219 - Sizable changes required. INVOKE needs 2 additional overloads and plenty of tests. I'm not going to back port this to C++03. (Eric)
  • 2244 - We don't do this; easy fix; think about how to test it.
  • 2250 - Looks like wording cleanup. Need to check more closely, but I think there's no code changes here.
  • 2259 - No code changes needed here.
  • 2336 - Check later
  • 2353 - Simple change, needs a test. (test probably used to exist)
  • -
  • 2367 - Ask Eric to do it. Tests.
  • +
  • 2367 - Already done in tuple, pair needs to be done. Tests. (Eric)
  • 2380 - No code changes here; we already do this.
  • 2384 - Wording cleanup; no code change required
  • 2385 - Removing broken signatures. Only question is "how far back"?