new move value policy

This commit is contained in:
Wenzel Jakob
2016-04-25 23:04:27 +02:00
parent fbafdea672
commit f7b5874ca3
6 changed files with 130 additions and 60 deletions

View File

@@ -7,8 +7,8 @@ Called Example1 destructor (32)
Instance 1: Example1[value=320]
Instance 2: Example1[value=32]
Called Example1 copy constructor with value 320..
Called Example1 copy constructor with value 320..
Called Example1 destructor (320)
Called Example1 move constructor with value 320..
Called Example1 destructor (0)
Example1[value=320]
Called Example1 destructor (320)
Example1[value=320]