This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/58569] Compilation error when a class contains multiple std::function


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58569

--- Comment #18 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Author: redi
Date: Wed Oct  2 20:21:52 2013
New Revision: 203132

URL: http://gcc.gnu.org/viewcvs?rev=203132&root=gcc&view=rev
Log:
2013-10-02  Jonathan Wakely  <jwakely.gcc@gmail.com>
        Daniel Krugler  <daniel.kruegler@gmail.com>

    PR libstdc++/58569
    * include/std/functional (function::_CheckResult): Move to namespace
    scope and rename to __check_func_return_type.
    * testsuite/20_util/function/58569.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/20_util/function/58569.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/std/functional


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]