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 32,619 of 33,346   
   red floyd to All   
   Re: Proposing automatic move in static a   
   27 Oct 12 01:41:42   
   
   From: no.spam.here@its.invalid   
      
   On 10/26/2012 2:29 PM, fmatthew5876 wrote:   
   >> Is that implementable?   
   >   
   > I think this should work in C++11   
   >   
   > template    
   > class unitialized_array {   
   >   public:   
   >    T& operator[](int i) { return reinterpret_cast(_array + (i *   
   sizeof(T)); }   
                                 return *reinterpret_cast ...   
   >   private:   
   >    unsigned char alignas(T) _array[sizeof(T) * COUNT]   
   > };   
      
      
   --   
         [ 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