H
Hendrik Schober
Hi,
both Comeau and CW9 complain about the following
code. VC71 accepts it. I cannot cite chapter and
verse of the standard disallowing this, but I
usually believe what Comeau says.
Is that a known issue?
template<int id> struct X;
template<> struct X<42> {
template< typename U > struct Y;
template<> struct Y<int> {}; // illegal
};
Schobi
--
(e-mail address removed) is never read
I'm Schobi at suespammers org
"My hair style calls into immediate question all my judgements."
Scott Meyers
(http://www.google.de/[email protected])
both Comeau and CW9 complain about the following
code. VC71 accepts it. I cannot cite chapter and
verse of the standard disallowing this, but I
usually believe what Comeau says.
Is that a known issue?
template<int id> struct X;
template<> struct X<42> {
template< typename U > struct Y;
template<> struct Y<int> {}; // illegal
};
Schobi
--
(e-mail address removed) is never read
I'm Schobi at suespammers org
"My hair style calls into immediate question all my judgements."
Scott Meyers
(http://www.google.de/[email protected])