Skip to content

Commit 37b3ea5

Browse files
Format
1 parent 22639d3 commit 37b3ea5

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

include/libsemigroups/bipart.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ namespace libsemigroups {
368368
//! valid.
369369
//!
370370
//! \complexity Linear in the sum of the sizes of the vectors in \p blocks.
371+
// TODO(0) this should be a make function not a constructor
371372
explicit Blocks(std::vector<std::vector<int32_t>> const& blocks);
372373

373374
//! \brief Default copy assignment operator.

include/libsemigroups/word-graph.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2832,7 +2832,7 @@ namespace libsemigroups {
28322832
// always have an odd number of arguments, so we check that it's even
28332833
// here (the argument x and an odd number of further arguments).
28342834
WordGraph<Node> xy;
2835-
operator()(xy, x, std::forward<Args>(args)...);
2835+
operator()(xy, x, std::forward<Args>(args)...);
28362836
return xy;
28372837
}
28382838

@@ -2867,7 +2867,7 @@ namespace libsemigroups {
28672867
return is_subrelation(x, static_cast<Node>(0), y, static_cast<Node>(0));
28682868
}
28692869
}; // JoinerMeeterCommon
2870-
} // namespace detail
2870+
} // namespace detail
28712871

28722872
//! \ingroup word_graph_group
28732873
//! \brief Class for taking joins of word graphs.

0 commit comments

Comments
 (0)