[Bug c++/4205] function template can call other function with incorrect parameters
japple at freeshell dot org
gcc-bugzilla@gcc.gnu.org
Sun Feb 1 21:59:00 GMT 2004
------- Additional Comments From japple at freeshell dot org 2004-02-01 21:59 -------
template<typename T, typename U = int>
struct foo {};
template<template <typename> class TT>
struct bar {};
bar<foo> x;
compiles for me with 3.3.2. Is this bug related?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=4205
More information about the Gcc-bugs
mailing list