functional (bind): Remove from overload set when first argument type might be a socke...
authorJonathan Wakely <jwakely.gcc@gmail.com>
Tue, 3 May 2011 00:03:38 +0000 (00:03 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Tue, 3 May 2011 00:03:38 +0000 (01:03 +0100)
commit0f88da8d149befbc51768aa0205af7914bab5ccf
tree39770ca44c592c150d9d3cf96053a78b5f84a7a3
parentfd8ac087e6e14949cf8d223b55432c16ec7b2126
functional (bind): Remove from overload set when first argument type might be a socket file descriptor.

2011-05-03  Jonathan Wakely  <jwakely.gcc@gmail.com>

* include/std/functional (bind): Remove from overload set when first
argument type might be a socket file descriptor.
* testsuite/20_util/bind/socket.cc: New.

From-SVN: r173279
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/functional
libstdc++-v3/testsuite/20_util/bind/socket.cc [new file with mode: 0644]