This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/25304] std::fill_n, std::generate_n incorrect signature



------- Comment #1 from pinskia at gcc dot gnu dot org  2005-12-07 22:21 -------
Hmm, SGI's stl had them returning a value.  This is really weird it changed
from returning a value to not to returning a value.  Maybe this was a mistake
in the standard to do that or maybe libstdc++ is just wrong.  I wished that
standard had not changed this.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25304


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]