mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 01:05:34 +08:00
refs #937 Resolved clazy warnings: rule of three.
This commit is contained in:
@@ -82,7 +82,7 @@ namespace BlackMisc
|
||||
template <typename T, std::enable_if_t<TIsOneOf<T, Ts...>::value, int> = 0>
|
||||
auto maybeUnmemoize(T &member) const
|
||||
{
|
||||
struct Memo
|
||||
struct Memo // clazy:exclude=rule-of-three
|
||||
{
|
||||
int index;
|
||||
T &member;
|
||||
|
||||
Reference in New Issue
Block a user