------- Additional Comments From smelkov at mph1 dot phys dot spbu dot ru  
2005-05-11 05:09 -------
Excuse me. The following is unconditionally offtopic, but 
 
is there a way to use whole base namespace, say something like 
 
template<typename T> 
struct A { ... } 
 
template<typename T> 
struct B : A<T> 
{ 
    using A<T>::* ; 
 
   or  
   using A<T>::; 
}; 
 
/none of these works, but i think the idea is clear/ 

-- 


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

Reply via email to