This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/65719] Link error with constexpr variable template
- From: "christian.kandeler at theqtcompany dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 05 Jun 2015 08:01:07 +0000
- Subject: [Bug c++/65719] Link error with constexpr variable template
- Auto-submitted: auto-generated
- References: <bug-65719-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65719
Christian Kandeler <christian.kandeler at theqtcompany dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |christian.kandeler@theqtcom
| |pany.com
--- Comment #5 from Christian Kandeler <christian.kandeler at theqtcompany dot com> ---
Created attachment 35700
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=35700&action=edit
test case
I have attached a different test case for what is likely the same bug. Note
that the code builds fine if f is changed to take T by value instead of const
ref.