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:
@@ -853,7 +853,7 @@ pt2 = nullptr; // Устанавливает pt2 в null.
|
|||||||
|
|
||||||
// '=' != '=' != '='!
|
// '=' != '=' != '='!
|
||||||
// Вызывает Foo::Foo(const Foo&) или некий вариант (смотрите "move semantics")
|
// Вызывает Foo::Foo(const Foo&) или некий вариант (смотрите "move semantics")
|
||||||
// копирования конструктора.
|
// конструктора копирования.
|
||||||
Foo f2;
|
Foo f2;
|
||||||
Foo f1 = f2;
|
Foo f1 = f2;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user