c++.beta - [8.50.3n] a bug
- Pavel Vozenilek (13/13) Dec 24 2006 Thic code (extract from Boost.Xpressive) fails to compile.
Thic code (extract from Boost.Xpressive) fails to compile.
Comeau succeeds, as well as GCC 3.4.5.
----------------a.cpp----------------------
template<typename T>
struct is_op;
template<typename Node, bool IsOp = is_op<Node>::value>
struct tag_type;
int main()
{
return 0;
}
---------------------------------------
/Pavel
Dec 24 2006








"Pavel Vozenilek" <pavel_vozenilek yahoo.co.uk>