This is the mail archive of the
libstdc++-cvs@gcc.gnu.org
mailing list for the libstdc++ project.
r186947 - in /trunk/libstdc++-v3: ChangeLog inc...
- From: redi at gcc dot gnu dot org
- To: libstdc++-cvs at gcc dot gnu dot org
- Date: Sun, 29 Apr 2012 22:59:38 -0000
- Subject: r186947 - in /trunk/libstdc++-v3: ChangeLog inc...
Author: redi
Date: Sun Apr 29 22:59:37 2012
New Revision: 186947
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=186947
Log:
* include/std/functional (function::function(F)): LWG 2132: Disable
constructor if argument isn't callable.
* testsuite/20_util/function/cons/callable.cc: New.
Added:
trunk/libstdc++-v3/testsuite/20_util/function/cons/callable.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/std/functional