Comment out deprecated stuff and fix corresponding tests
This may break your code if you did not pay attention to warnings in the previous release, the old code is still here in case you want to understand what's going on.
This commit is contained in:
parent
b01c7ac0f0
commit
5827444774
15 changed files with 31 additions and 47 deletions
|
|
@ -37,6 +37,7 @@ eoMonitor& eoOStreamMonitor::operator()(void)
|
|||
} // if firstime
|
||||
|
||||
// ok, now the real saving. write out
|
||||
// FIXME deprecated, remove in next release
|
||||
//! @todo old verbose formatting, do we still need it?
|
||||
/*
|
||||
for (iterator it = vec.begin (); it != vec.end (); ++it) {
|
||||
|
|
|
|||
Reference in a new issue