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 c++/58569] Compilation error when a class contains multiple std::function


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

--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> ---
We badly need a reduced testcase for this. The issue doesn't seem to involve
std::function in a fundamental way, seems more about using
std::is_convertible<foo, foo> inside foo.

Adding Daniel in CC, in case he wants to help for the reduction...


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