This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/16058] Universal template argument ("<typename T>") not satisfied by function
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 18 Jun 2004 14:06:17 -0000
- Subject: [Bug c++/16058] Universal template argument ("<typename T>") not satisfied by function
- References: <20040618114017.16058.igodard@pacbell.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-06-18 14:06 -------
std::endl is actually an overloaded set of functions. You have to pick
one of them before passing it as an argument to a template type variable.
W.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=16058