------- Comment #1 from pinskia at gcc dot gnu dot org  2006-09-28 13:39 -------
There is no
tdat_hash_map(_Alloc&) in the sources.
Adding one makes it get past that error and then we get:
t.cc: In constructor ‘tdat_hash_map<_AllocType>::tdat_hash_map(const
_AllocType&) [with _AllocType = MemAllocator<int>]’:
t.cc:64:   instantiated from here
t.cc:38: error: ‘MemAllocator<Type>::MemAllocator() [with Type = int]’ is
private
t.cc:49: error: within this context


So this is invalid still.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29266

Reply via email to