Skip to content

Commit ccc9f1b

Browse files
FIXED Bug in std::vector<Point> formatting
1 parent 3c5581d commit ccc9f1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

02_Des_classes_et_des_objets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ <h2>2.5 Constructeurs standard - Remarques</h2>
11081108
}
11091109
delete[] p6;
11101110

1111-
std::vector<Point> v(10, Point(2,3));</code></pre>
1111+
std::vector&#60;Point&#62 v(10, Point(2,3));</code></pre>
11121112
</section>
11131113

11141114
<section>

0 commit comments

Comments
 (0)