minor comment
This commit is contained in:
parent
a449316999
commit
be5a3261f5
1 changed files with 1 additions and 0 deletions
|
|
@ -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<<*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue