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++/16505] std::uninitialized_fill_n() incorrect signature


------- Additional Comments From sebor at roguewave dot com  2004-07-13 00:42 -------
You mean explicitly instantiate a standard template? I believe both explicit
instantiation and explicit specialization of standard templates on user-defined
types are permitted by 17.4.3.1 (see also library issue 120). Either of the two
would trigger the bug.

-- 


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


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