Skip to content

Commit

Permalink
Cleaning up IDETabulationProblem (#653)
Browse files Browse the repository at this point in the history
* Add default implementation for allTopFunction()

* Move the default flow function templates to their own class allowing container_type to be deduced (towards specifying sth else than std::set)

* pre-commit TypeTraits.h

* Merge branch 'development' into f-DefaultAllTopFn

---------

Co-authored-by: Martin Mory <[email protected]>
  • Loading branch information
fabianbs96 and MMory authored Aug 28, 2023
1 parent 1d0b6e4 commit b763b5f
Show file tree
Hide file tree
Showing 37 changed files with 705 additions and 763 deletions.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ CheckOptions:
- key: readability-identifier-naming.ParameterIgnoredRegexp
value: (d|d1|d2|d3|d4|d5|eP|f|n)
- key: readability-identifier-naming.FunctionIgnoredRegexp
value: (try_emplace|from_json|to_json|equal_to|to_string,DToString|NToString|FToString|LToString)
value: (try_emplace|from_json|to_json|equal_to|to_string|DToString|NToString|FToString|LToString)
- key: cppcoreguidelines-special-member-functions.AllowSoleDefaultDtor
value: 1
- key: cppcoreguidelines-special-member-functions.AllowMissingMoveFunctions
Expand Down
Loading

0 comments on commit b763b5f

Please sign in to comment.