--- Additional Comments From pcarlini at suse dot de 2005-03-30 15:15
---
> One more argument is that this feature is required to compile correctly
> STLport.
*Assuming* this is true, it's a serious problem for STLPort ;) because the
other
widespread C++ front-end, used by many comme
--- Additional Comments From jozef at syncad dot com 2005-03-30 14:56
---
Subject: Re: namespace bug
Hi,
This is not about the same :
7.3.4.5
d1++; // shows that there is a conflict between a symbol in your
// namespace and a symbol imported using using namespace
f(1); // sho
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-29
19:56 ---
But look at the example for 7.3.4 P5 and you will see that this is in fact
invalid.
--
What|Removed |Added
--
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-29
19:51 ---
The reduced testcase:
namespace dd {
struct t1 {};
}
namespace ff {
using namespace dd;
}
struct t1 { };
namespace ff
{
typedef t1 t2;
}
But the use of t1 is ambiguous really as "using namespace" is