It's not always clear that it's referring to an implicitly generated move ctor. This results in difficult to understand errors such as:
In file included from ../../chrome/browser/task_manager/sampling/task_group.cc:5:
In file included from ../../chrome/browser/task_manager/sampling/task_group.h:21:
../../chrome/browser/task_manager/sampling/shared_sampler.h:41:10: error: [chromium-style] Complex constructor has an inlined body.
struct SamplingResult {
^
1 error generated.
Demo example: https://chromium-review.googlesource.com/c/chromium/src/+/733958
Build command: ninja -C out/Release ../../chrome/browser/task_manager/sampling/task_group.cc^
wez and I were guessing which ctor this was complaining about until we just guessed wildly.
Comment 1 by sheriffbot@chromium.org
, Oct 24Status: Untriaged (was: Available)