Sign in
mojo
/
mojo-tools
/
0b1c404b97aa59f787a0c6d2ab45dc5f3c633c2c
/
.
/
tools
/
clang
/
plugins
/
tests
/
inline_copy_ctor.txt
blob: bc4bd8911e9348d35f07aff6bf3a728174096102 [
file
]
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.