From 5c53d7db2a55c5c2d156ad5fc587379404ace5d4 Mon Sep 17 00:00:00 2001
From: Douglas Gregor
Date: Tue, 20 Jul 2004 17:03:55 +0000
Subject: [PATCH] Documentation update from Jon T. Pedant
[SVN r23847]
---
bind.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/bind.html b/bind.html
index 83847db..29656b1 100644
--- a/bind.html
+++ b/bind.html
@@ -356,8 +356,8 @@ template<class T> void f(T const & t);
(b) does not actually work for const arguments, both l- and r-values, since the
two templates produce the exact same signature and cannot be partially ordered.
- [Note: this is a dark corner of the language, and the
- corresponding issue has not been resolved yet.]
+
[Note: this is a dark corner of the language, and the
+ corresponding issue has only recently been resolved.]