1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-11 17:24:29 +02:00

Update c++-ru.html.markdown

This commit is contained in:
Victor
2017-07-27 19:26:17 +03:00
committed by GitHub
parent 6e7c5c7933
commit ce9078b1f0

View File

@@ -853,7 +853,7 @@ pt2 = nullptr; // Устанавливает pt2 в null.
// '=' != '=' != '='!
// Вызывает Foo::Foo(const Foo&) или некий вариант (смотрите "move semantics")
// копирования конструктора.
// конструктора копирования.
Foo f2;
Foo f1 = f2;