http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59498
--- Comment #1 from Roy Crihfield ---
Getting the same behavior on 4.9.0 as stable release.
Rewriting the code to use a struct succeeds:
template
struct alias { using type = T; };
template
using variadic_alias = typename alias::type;
Priority: P3
Component: libstdc++
Assignee: unassigned at gcc dot gnu.org
Reporter: rscrihf at gmail dot com
As of C++11, std::string::erase takes const_iterators in its signature. As of
4.8.2, this isn't the case.
I see other bugs referencing similar i