mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Update c++-ru.html.markdown
This commit is contained in:
parent
6e7c5c7933
commit
ce9078b1f0
@ -853,7 +853,7 @@ pt2 = nullptr; // Устанавливает pt2 в null.
|
||||
|
||||
// '=' != '=' != '='!
|
||||
// Вызывает Foo::Foo(const Foo&) или некий вариант (смотрите "move semantics")
|
||||
// копирования конструктора.
|
||||
// конструктора копирования.
|
||||
Foo f2;
|
||||
Foo f1 = f2;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user