¡@

Home 

c++ Programming Glossary: int_smart_pointer

Move constructor is not getting called in C++0x

http://stackoverflow.com/questions/7645985/move-constructor-is-not-getting-called-in-c0x

am using GCC 4.5.3 #include iostream #include vector class Int_Smart_Pointer int m_p public Int_Smart_Pointer std cout Derfault Constructor.. #include vector class Int_Smart_Pointer int m_p public Int_Smart_Pointer std cout Derfault Constructor std endl m_p NULL explicit Int_Smart_Pointer.. std cout Derfault Constructor std endl m_p NULL explicit Int_Smart_Pointer int n std cout Explicit Constructor n std endl m_p new int n..