Skip to content

Commit

Permalink
Corrected unit test for operator overloading for user-defined function
Browse files Browse the repository at this point in the history
  • Loading branch information
trueqbit committed Nov 15, 2023
1 parent 8933209 commit 731b69f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/static_tests/operators_adl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ TEST_CASE("ADL and expression operators") {
int id;
};
struct ScalarFunction {
static const char* name();
int operator()() const;
};

Expand Down

0 comments on commit 731b69f

Please sign in to comment.