[Bug c++/69712] New: Storing and reusing a method pointer as compile time value

2016-02-06 Thread realloc at outlook dot de
Severity: normal Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: realloc at outlook dot de Target Milestone: --- Created attachment 37617 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37617&action=edit prepr

[Bug c++/69712] Storing and reusing a method pointer as compile time value

2016-02-06 Thread realloc at outlook dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69712 --- Comment #1 from realloc at outlook dot de --- Created attachment 37618 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37618&action=edit testcase

[Bug c++/69111] New: Problem with expansion of a parameter pack of templates

2016-01-01 Thread realloc at outlook dot de
Priority: P3 Component: c++ Assignee: unassigned at gcc dot gnu.org Reporter: realloc at outlook dot de Target Milestone: --- Created attachment 37203 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37203&action=edit full example it seems a pattern for paramet

[Bug c++/69111] Problem with expansion of a parameter pack of templates

2016-01-01 Thread realloc at outlook dot de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69111 --- Comment #1 from realloc at outlook dot de --- Created attachment 37206 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=37206&action=edit workaround using additional wrappers and simplyfied expansion pattern Created a workaroun