[Bug c++/20330] Constructor fails to find base class in specialization

igodard at pacbell dot net gcc-bugzilla@gcc.gnu.org
Sat Mar 5 08:19:00 GMT 2005


------- Additional Comments From igodard at pacbell dot net  2005-03-05 08:18 -------
Reduced test case:

struct foo { int bar; };
template<int i>
struct bar {};
template<int i>
struct baz : public foo, public bar<i> {
        baz() : foo(), bar<i>() {}
        };



-- 


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



More information about the Gcc-bugs mailing list