https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63693
Yury V. Zaytsev <yury.zaytsev at traveltainment dot de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |yury.zaytsev@traveltainment
| |.de
--- Comment #6 from Yury V. Zaytsev <yury.zaytsev at traveltainment dot de> ---
Just stumbled upon this ICE in my code on GCC 5.2.1:
$ cat ice.i
template<typename T>
void foo(T obj) {
using local_type = decltype(obj)::element_type::other_type
}
Do I understand it correctly that this will only be fixed for GCC 6.x, and not
for GCC 4.x/5.x?
Many thanks!