This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: egcs 1.1.1 : 2 missing features


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]