[Bug c++/94101] New: Variadic template deduction guide issue - error: 'In instantiation of'

2020-03-09 Thread rosemberg at ymail dot com
ty: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: rosemberg at ymail dot com Target Milestone: --- The gcc9.2 (I tested with gcc7) return the follow error due the deduction guide declaration: In instantiation of 'M

[Bug c++/94102] New: Variadic template deduction guide issue - error: 'In instantiation of'

2020-03-09 Thread rosemberg at ymail dot com
ty: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: rosemberg at ymail dot com Target Milestone: --- The gcc9.2 (I tested with gcc7) return the follow error due the deduction guide declaration: In instantiation of 'M

[Bug c++/94102] Variadic template deduction guide issue - error: 'In instantiation of'

2020-03-09 Thread rosemberg at ymail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94102 --- Comment #1 from rosemberg at ymail dot com --- The work around to solve it was to add the follow deduction guide: template Merged (T0, T ...) -> Merged, std::decay_t...>;

[Bug c++/94102] Variadic template deduction guide issue - error: 'In instantiation of'

2020-03-09 Thread rosemberg at ymail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94102 --- Comment #2 from rosemberg at ymail dot com --- *** Bug 94101 has been marked as a duplicate of this bug. ***

[Bug c++/94101] Variadic template deduction guide issue - error: 'In instantiation of'

2020-03-09 Thread rosemberg at ymail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94101 rosemberg at ymail dot com changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution

[Bug c++/78080] New: chown command (sys/stat.h) fail to change the owner directory if the return value is not attributed to a variable.

2016-10-22 Thread rosemberg at ymail dot com
: 5.4.0 Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: rosemberg at ymail dot com Target Milestone: --- Hi, chown command (sys/stat.h) fail to change the owner directory