diff options
| author | mowgli <[email protected]> | 2022-02-10 16:49:25 +0300 |
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:25 +0300 |
| commit | 89afbbe4ca0e02e386dd4df08f7945f190dc1b84 (patch) | |
| tree | c4772201af6215d48734691b8796e4cfc77c2ac8 /util/generic/strbase.h | |
| parent | 7510cec1516d17cbc8d7749974e36aa45f547a26 (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'util/generic/strbase.h')
| -rw-r--r-- | util/generic/strbase.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/generic/strbase.h b/util/generic/strbase.h index ab39fc7537f..56a759548d9 100644 --- a/util/generic/strbase.h +++ b/util/generic/strbase.h @@ -194,7 +194,7 @@ public: } constexpr inline explicit operator bool() const noexcept { - return !empty(); + return !empty(); } public: // style-guide compliant methods |
