We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f259308 commit 3076b13Copy full SHA for 3076b13
include/phasar/Utils/Utilities.h
@@ -168,7 +168,6 @@ template <typename Fn> class scope_exit { // NOLINT
168
169
template <typename Fn> scope_exit(Fn) -> scope_exit<Fn>;
170
171
-
172
// Copied from <https://en.cppreference.com/w/cpp/utility/variant/visit>
173
template <class... Ts> struct Overloaded : Ts... {
174
using Ts::operator()...;
0 commit comments