indexes WIP
This commit is contained in:
@@ -1942,7 +1942,7 @@ operator<<(std::basic_ostream<CharT, Traits>& os, const weekday_indexed& wdi)
|
||||
{
|
||||
os << wdi.weekday() << '[' << wdi.index();
|
||||
if (!(1 <= wdi.index() && wdi.index() <= 5))
|
||||
os << " is not a valid index";
|
||||
os << " is not a valid m_index";
|
||||
os << ']';
|
||||
return os;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user