Skip to content

Commit

Permalink
cpplint: add comment in function definiation
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Aug 26, 2023
1 parent 5ba823d commit 355ef5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/function/FunctionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2026,6 +2026,7 @@ FunctionManager::FunctionManager() {
};
}
{
// `is_inversed(e)` is equivalent to `typeid(e) < 0`
auto &attr = functions_["is_inversed"];
attr.minArity_ = 1;
attr.maxArity_ = 1;
Expand Down

0 comments on commit 355ef5b

Please sign in to comment.