minor comment

This commit is contained in:
Roland Conybeare 2024-03-29 14:44:15 -04:00
commit be5a3261f5

View file

@ -76,6 +76,7 @@ namespace xo {
operator<<(std::ostream & os,
Seed<T> const & x)
{
/* NOTE: if compile error here, may want caller to #include [indentlog/print/vector.hpp] */
os << x.seed_;
return os;
} /*operator<<*/