libstdc++/9444: g++ STL requires iterators passed to string constructor to have a constructor without parameters, but C++ standard does not require that
paolo@gcc.gnu.org
paolo@gcc.gnu.org
Thu Jan 30 09:44:00 GMT 2003
Synopsis: g++ STL requires iterators passed to string constructor to have a constructor without parameters, but C++ standard does not require that
State-Changed-From-To: feedback->closed
State-Changed-By: paolo
State-Changed-When: Thu Jan 30 09:44:55 2003
State-Changed-Why:
Ok, by now the issue seems completely clear to me.
By the way, in case you really don't want to provide a
parameterless constructor just inherit from
std::iterator<std::input_iterator_tag, ...>
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9444
More information about the Gcc-prs
mailing list