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 32,712 of 33,346    |
|    noreply@firemath.info to All    |
|    constexpr compile time or runtime    |
|    07 Dec 12 12:49:21    |
   
   Is there any way to tell if a constexpr function gets called at compile   
   time or at runtime? That would open a window of optimizations for the   
   runtime version.   
      
   Something like   
      
   constexpr   
   int   
   myfunc( int i )   
   {   
    return (atCompileTime) ? (i<<1) : (2*i);   
   }   
      
      
   --   
    [ 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