egcs 1.1.1 : 2 missing features

Alexandre Oliva oliva@dcc.unicamp.br
Mon Dec 7 00:07:00 GMT 1998


On Dec  6, 1998, Pasha Murat <murat@cdfsga.fnal.gov> wrote:

> - I failed to find `bitset' (or `bitset.h') include file corresponding to 
>   STL `bitset' class

Its installation has recently been enabled in the development
snapshots, but its implementation depends on features not currently
supported by egcs, such as the very kind of `using' declarations
you're trying to use :-(

> - it seems that support of namespaces is still sort of limited - the piece
>   of code enclosed below doesn't compile.

> class B : public A { public: using A::a;

Note that this kind of using declaration has nothing to do with
namespace support.  But you're right, this is not supported yet.

-- 
Alexandre Oliva  http://www.dcc.unicamp.br/~oliva  aoliva@{acm.org}
oliva@{dcc.unicamp.br,gnu.org,egcs.cygnus.com,samba.org}
Universidade Estadual de Campinas, SP, Brasil




More information about the Gcc-bugs mailing list