[Bug c++/62110] Attempting to use template conversion operator in a contextual conversion

2014-12-13 Thread ville.voutilainen at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62110

Ville Voutilainen ville.voutilainen at gmail dot com changed:

   What|Removed |Added

   Keywords||rejects-valid
 Status|UNCONFIRMED |NEW
   Last reconfirmed||2014-12-14
 CC||ville.voutilainen at gmail dot 
com
 Ever confirmed|0   |1
  Known to fail||4.8.2, 4.9.1, 5.0


[Bug c++/62110] Attempting to use template conversion operator in a contextual conversion

2014-08-12 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62110

--- Comment #1 from Jonathan Wakely redi at gcc dot gnu.org ---
N3323 is not addressing a DR, so is not part of C++11.


[Bug c++/62110] Attempting to use template conversion operator in a contextual conversion

2014-08-12 Thread rs2740 at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62110

TC rs2740 at gmail dot com changed:

   What|Removed |Added

 CC||rs2740 at gmail dot com

--- Comment #2 from TC rs2740 at gmail dot com ---
According to https://gcc.gnu.org/projects/cxx1y.html, N3323 should have been
implemented in GCC 4.9 with -std=c++1y.