Execute IWYU

This commit is contained in:
ArthurSonzogni
2021-07-10 13:20:43 +02:00
committed by Arthur Sonzogni
parent 7f514ff41c
commit 5c4cd1add1
22 changed files with 136 additions and 84 deletions

View File

@@ -24,7 +24,7 @@ class ConstRef {
/// @brief An adapter. Own or reference an mutable object.
template <typename T>
class Ref{
class Ref {
public:
Ref() {}
Ref(T t) : owned_(t) {}