[Bug c++/56697] Erroneous rejection of use of private constructor in public method

2013-03-23 Thread nmm1 at cam dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56697 --- Comment #4 from Nick Maclaren 2013-03-23 13:46:33 UTC --- On Mar 23 2013, paolo.carlini at oracle dot com wrote: > > Which Intel out of curiosity? The 13.1.0 I have here at hand rejects it > exactly 12.1. It's not my system, so I

[Bug c++/56697] Erroneous rejection of use of private constructor in public method

2013-03-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56697 Paolo Carlini changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|

[Bug c++/56697] Erroneous rejection of use of private constructor in public method

2013-03-23 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56697 --- Comment #2 from Paolo Carlini 2013-03-23 12:55:22 UTC --- Which Intel out of curiosity? The 13.1.0 I have here at hand rejects it exactly like GCC. Likewise clang++.

[Bug c++/56697] Erroneous rejection of use of private constructor in public method

2013-03-23 Thread nmm1 at cam dot ac.uk
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56697 --- Comment #1 from Nick Maclaren 2013-03-23 12:49:31 UTC --- Sorry, I should be clearer. I reported this because of the compiler difference, and because I can read the relevant wording of the standard either way. But I should have said