[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#302808: kdelibs: uses invalid C++



On Sat, Apr 02, 2005 at 09:05:57PM -0800, Karl Chen wrote:
> kdelibs source contains code of this form:
>      
>     namespace NS1 {
>         struct S {
>             int foo();
>         };
>     }
>      
>     using namespace NS1;
>      
>     namespace NS2 {
>         int S::foo() { return 0; }
>     }
> 
> (Specifically, KNetwork::internal.)
> 
> This is illegal C++, though gcc 3.4 allows it due to a bug:
>     http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20711

As this is a clearly upstream, not and related to debian packaging
of kdelibs, can you communicate this directly to kde bugzilla
at bugs.kde.org ?

Also, please check if the issue is still current with kde 3.4.



Reply to: