Skip to content

Commit b48a42c

Browse files
Added description
1 parent 38d8b5f commit b48a42c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README

+11
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
This is a simple test case to show a flaw in C++ object copy behavior, used in this G+ discussion: https://plus.google.com/u/0/104959288284643103419/posts/WH4aUJEdxZt
22

3+
While one might expect, the code would print
4+
5+
A
6+
B
7+
8+
it indeed ouputs
9+
10+
A
11+
A
12+
13+

0 commit comments

Comments
 (0)