home bbs files messages ]

Forums before death by AOL, social media and spammers... "We can't have nice things"

   comp.lang.c++.moderated      Moderated discussion of C++ superhackery      33,346 messages   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]

   Message 31,356 of 33,346   
   Helmut Jarausch to All   
   "using" a static method in C++0X   
   31 May 11 13:13:40   
   
   From: jarausch@igpm.rwth-aachen.de   
      
   Hi,   
   since g++ doesn't support the new features of "using", yet,   
   I'd like to know if I can "import" the name of a static method by using   
   "using", like   
      
   class LongClassName {   
   ...   
      
   public :   
     static LongClassName EvalAt(LongClassName);   
   };   
      
   int main() {   
     using LongClassName::EvalAt; // legal to use EvalAt only ?   
   }   
      
   Unfortunately, ADL doesn't work for static methods, does it?   
      
   Many thanks for a hint,   
   Helmut.   
      
      
   --   
         [ See http://www.gotw.ca/resources/clcm.htm for info about ]   
         [ comp.lang.c++.moderated.    First time posters: Do this! ]   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   

[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]


(c) 1994,  bbs@darkrealms.ca