mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
In file included from inline_copy_ctor.cpp:5:
|
|
./inline_copy_ctor.h:5:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line copy constructor.
|
|
struct C {
|
|
^
|
|
1 warning generated.
|