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.]

Frequently Asked Questions

Why doesn't this compile?