From 96fd1e7036b6ec548504034c993c3cb6e015b143 Mon Sep 17 00:00:00 2001 From: Michel Morin Date: Wed, 30 Oct 2013 12:51:24 +0000 Subject: [PATCH] Correct broken links to C++ standard papers. Refs #9212. [SVN r86524] --- bind.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bind.html b/bind.html index b57d5df..d06d707 100644 --- a/bind.html +++ b/bind.html @@ -390,7 +390,7 @@ void connect()

As a general rule, the function objects generated by bind take their arguments by reference and cannot, therefore, accept non-const temporaries or literal constants. This is an inherent limitation of the C++ language in its - current (2003) incarnation, known as + current (2003) incarnation, known as the forwarding problem. (It will be fixed in the next standard, usually called C++0x.)

The library uses signatures of the form