[Bug c++/52036] C++11 allows template parameters to have internal linkage
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 --- Comment #3 from Benjamin Kay 2012-01-29 16:24:29 UTC --- Oops! You're quite right, pi is automatic in my test case. However compilation still fails if pi is given internal linkage by declaring it static, i.e. int main() { static constexpr
[Bug c++/52036] New: C++11 allows template parameters to have internal linkage
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52036 Bug #: 52036 Summary: C++11 allows template parameters to have internal linkage Classification: Unclassified Product: gcc Version: 4.6.2 Status: UNCONFIRMED